Skip to main content
POST
Create Contact

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Prefer
string

Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)

Example:

"heartbeat"

Body

application/json
first_name
string | null

The contact first name

Example:

"Steve"

last_name
string | null

The contact last name

Example:

"Wozniak"

company_name
string | null

The contact company name

Example:

"Apple Inc."

emails
string[] | null

List of contact email addresses

Example:
phone_numbers
string[] | null

List of contact phone numbers

Example:
deal_ids
string[] | null

List of associated deal IDs

Example:
account_ids
string[] | null

List of associated account IDs

Example:
custom_fields
object[] | null

Contact custom fields

passthrough
object | null

Value to pass through to the provider

Example:

Response

The contact was successfully created.

data
object
required
raw
object[] | null