Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST /api/v1/contacts/groups

Body

FieldTypeRequiredDescription
namestringyesGroup name
descriptionstringnoDescription
colorstringnoColor hexadécimale

Success response 201

{
  "data": {
    "id": "grp_uuid",
    "name": "Clients VIP",
    "description": "Clients à forte valeur",
    "color": "#F59E0B",
    "contactCount": 0
  }
}