Skip to main content
POST
Create a contact
Creates a new contact in your workspace.

Request Body

  • name (string, required)
  • phone (string, required)
  • email (string, optional)
  • labels (array, optional)

Example

Authorizations

X-API-Key
string
header
required

Provide your API key

Body

application/json
name
string
required
phone
string
required
email
string
labels
string[]
notes
string

Response

201

Contact created successfully