Contacts
Create Contact
Create a new contact in your organization
POST
Create Contact
Creates a new contact in your organization. At least one ofemail or phone_number is required.
If a contact with the same email already exists, the endpoint returns 409 Conflict with the existing contact data.
Request Body
Email address. Will be normalized to lowercase. Must be a valid email format.At least one of
email or phone_number is required.Phone number in international format (e.g.,
+1234567890).At least one of email or phone_number is required.First name.
Last name.
Job title.
Company name.
University name.
Gender.
Birthday (any string format, e.g.,
1990-01-15).Location (e.g.,
New York, NY).LinkedIn URL.
Instagram handle or URL.
Twitter handle or URL.
GitHub handle or URL.
Website URL.
Array of tags to assign to the contact.
Response
Returns the created contact object with a201 Created status.
The created contact object (same schema as Get Contact).
