Create Contact
Create a new Contact
<Info title="Required scopes">
> `contacts:write`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Request
This endpoint expects an object.
name
emails
The user's email addresses. Max 10.
phone_numbers
The user's phone numbers. Max 10.
timezone
job_title
company
country
state
city
linkedin
custom_fields
Custom field values to set on the contact. Each item requires a `uuid` (the custom field definition identifier) and a `value`; any other keys (such as `label`) are ignored. The entire request is rejected if any `uuid` is unknown, any `value` is the wrong type for its field (including an array for a scalar field or a scalar for an array field), or any `single_select` `value` is not one of the field definition's option `uuid`s.
Response
Created
resource
Information about a contact.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error