Create a Contact
Create a new contact in your organization.
Endpoint
POST/contacts
Request
Loading editor...
Response
json Loading editor...
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | Number | Yes | ID of the organization to create the contact in |
first_name | String | Yes | First name of the contact |
last_name | String | No | Last name of the contact |
email | String | No | Email address of the contact |
phone | String | No | Phone number of the contact |
phone_country_code | String | No | Country code for the phone number (e.g., "+1") |
phone_country_iso | String | No | ISO code for the phone country (e.g., "US") |
owned_by_user_id | Number | No | ID of the user who owns this contact |
company_id | Number | No | ID of the company associated with this contact |
Report an issue with this documentation
Please log in to report issues with our documentation.