Create a contact
Contacts
Create a contact
Create a new contact in the organization.
POST
Create a contact
Authorizations
Headers
API version header. Supported values: 2026-03-30
Available options:
2026-03-30 Body
application/json
The first name of the contact.
Example:
"Alice"
The last name of the contact.
Example:
"Johnson"
The company of the contact.
Example:
"Acme Corp"
The role of the contact.
Example:
"CEO"
The external ID of the contact.
Example:
"external-001"
The source of the contact.
Example:
"external"
A link to the contact in the source system.
Required string length:
1 - 200Example:
"https://example.com/contacts/001"
The actor ID to attribute contact creation to. Defaults to the organization owner.
Pattern:
^US(.*)$Example:
"US123abc"
Response
Created