Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

Your workspace API key, created in Settings → API keys, sent as Authorization: Bearer <key>. New keys start with watx_live_; keys issued before the rename start with converse360_live_ and still work.

Body

application/json
phone
string
required

The phone number in E.164 form. A number without a country code is read using the workspace's default country.

Example:

"+919876543210"

name
string

Defaults to the phone number when omitted.

email
string
company
string
tags
string[]

Tag names. A name the workspace does not have yet is created.

Response

A contact with this phone number already existed.

data
object