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

Body

FieldTypeRequiredDescription
namestringyesNom complet
phonestringyesE.164 number
tagsstring[]noTags
metaobjectnoMétadonnées

Success response 201

{
  "data": {
    "id": "cnt_uuid",
    "name": "Awa Doe",
    "phone": "+33612345000"
  }
}