Skip to main content
POST
Add a phone or email

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The person's ID.

Body

application/json
kind
enum<string>
required
Available options:
phone,
email
value
string
required

The phone number or email address. A phone has at most 15 digits together with its calling code; an email is cut to 320 characters.

label
string

Such as Home, Work or Mobile. Cut to 60 characters.

Maximum string length: 60
phone_country
string | null

For a phone: the calling code, one to three digits, like 1 or 44.

notes
string

Cut to 500 characters.

Maximum string length: 500
is_primary
boolean

Make this the primary one of its kind.

Response

The phone or email.

id
string
required
person_id
string
required
kind
enum<string>
required
Available options:
phone,
email
label
string | null
required
value
string
required

Digits only for a phone, lower case for an email.

phone_country
string | null
required
is_primary
boolean
required
notes
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
tenant_id
string

Your organization's ID.