Contacts (CRM)
Create Contact
Create a new CRM contact
POST
Headers
Bearer YOUR_API_KEYYour project UUID. Not required if the API key already encodes the project.
Request Body
Full name of the contact
Email address — must be unique within the project
Phone number
Mobile number
Company or organisation name
new · active · inactive · archivedInternal notes visible only to your team
First name (stored separately from
name)Last name
Street address line 1
Street address line 2
City
State or province
Postal / ZIP code
Country
Arbitrary key-value pairs (e.g.
{ "plan": "pro", "source": "webinar" })Tag names to attach on creation. Tags are created automatically if they don’t exist.
Your own identifier for this contact (e.g. a user ID from your database)