Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Body

application/json
name
string
required

Contact full name.

Required string length: 1 - 255
Example:

"Jane Doe"

email
string<email>
required

Contact email address.

Maximum string length: 320
Example:

"jane@example.com"

phone
string
default:""

Contact phone number.

Maximum string length: 50
Example:

"+14155550123"

notes
string
default:""

Private contact notes.

Maximum string length: 5000
Example:

"Prefers morning meetings."

Response

Contact created

Contact created

success
enum<boolean>
required
Available options:
true
data
object
message
string
meta
object