leadId in the path.
Email addresses must be unique per lead. Attempting to create two contacts with the same email on the same lead returns 409.
Contact object
| Field | Type | Description |
|---|---|---|
id | string (UUID) | Unique contact ID. |
full_name | string | Contact’s full name. |
email | string | null | Email address — unique per lead. |
phone_number | string | null | Phone number. |
whatsapp_number | string | null | WhatsApp number. |
Endpoints
List contacts
GET /leads/{leadId}/contactsGet contact
GET /leads/{leadId}/contacts/{contactId}Create contact
POST /leads/{leadId}/contactsUpdate contact
PUT /leads/{leadId}/contacts/{contactId}Delete contact
DELETE /leads/{leadId}/contacts/{contactId}