Endpoint
Body
| Champ | Type | Requis | Description |
|---|---|---|---|
name | string | oui | Nom complet |
phone | string | oui | Numéro E.164 |
tags | string[] | non | Tags |
meta | object | non | Métadonnées |
Crée un contact dans votre répertoire MsgFlash.
POST /api/v1/contacts
| Champ | Type | Requis | Description |
|---|---|---|---|
name | string | oui | Nom complet |
phone | string | oui | Numéro E.164 |
tags | string[] | non | Tags |
meta | object | non | Métadonnées |
201{
"data": {
"id": "cnt_uuid",
"name": "Awa Doe",
"phone": "+33612345000"
}
}