Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
phone

Phone number in international (E.164) format, e.g. +14155552671. Display formats (+1 (415) 555-1234) and PBX-extension suffixes (+14155551234 x1234) are accepted and normalized server-side to E.164 before insert. Optional when an email (or other identifier) is supplied — a blank/empty string is treated as omitted; a non-empty value must be at least 3 characters (the E.164 floor).

email

Email address

first_name
string

First name

last_name
string

Last name

display_name
string

Display name

company
string

Company or organization

country_code
string

ISO 3166-1 alpha-2 country code

timezone
string

IANA timezone identifier

language
string

ISO 639-1 language code

tags
string[]

Contact tags

attributes
object

Custom attributes

Response

Contact created

Contact created

data
object
meta
object