Create a contact
Create a new contact owned by the authenticated client. Email must be unique per client.
POST
Create a contact
Authorizations
JWT Bearer token or raw API key via Authorization header
Body
application/json
Contact data
Example:
"crm-001"
Example:
"Acme Corp"
Example:
"jane@example.com"
Example:
"crm-001"
Example:
"Jane"
Example:
"Doe"
Example:
"+1-555-0100"
Example:
"organic"
Source: accepted as string ("api", "import", "form", "app", "unknown") or integer (0-4).
Available options:
unknown, api, import, form, app Example:
"America/New_York"
Previous
Bulk upsert contactsInsert or update contacts in one request, up to the configured bulk import limit (default 1000). Matches on (client_id, email).
Next
Create a contact

