Endpoint
Body
| Champ | Type | Requis | Description |
|---|---|---|---|
name | string | oui | Nom du groupe |
description | string | non | Description |
color | string | non | Couleur hexadécimale |
Crée un groupe de contacts.
POST /api/v1/contacts/groups
| Champ | Type | Requis | Description |
|---|---|---|---|
name | string | oui | Nom du groupe |
description | string | non | Description |
color | string | non | Couleur hexadécimale |
201{
"data": {
"id": "grp_uuid",
"name": "Clients VIP",
"description": "Clients à forte valeur",
"color": "#F59E0B",
"contactCount": 0
}
}