Skip to main content
POST
Create Contact

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

customer_id
string
required

customer_id

Body

application/json

request

reference_id
string
required
Maximum string length: 255
Example:

"CUS123"

first_name
string
required
Maximum string length: 50
Example:

"John"

last_name
string
Maximum string length: 50
Example:

"Doe"

email
string
Example:

"john.doe@example.com"

phone
string

Phone number in E.164 format

Example:

"+14155552671"

designation
string
Maximum string length: 50
Example:

"Sales Manager"

is_default
boolean

When true, this becomes the primary contact.

attributes
object[]

Response

Created

data
object