Skip to main content
POST
Create Contact

Autorizaciones

api_access_token
string
header
requerido

Cuerpo

application/json
name
string
requerido

Name of the contact

Ejemplo:

"Maria Santos"

identifier
string

Unique identifier for the contact (e.g., external ID)

Ejemplo:

"maria-santos-123"

email
string<email>

Email address of the contact

phone_number
string

Phone number with country code

Ejemplo:

"+5521987654321"

blocked
boolean
predeterminado:false

Whether the contact is blocked

Ejemplo:

false

avatar_url
string<uri>

URL to download and set as contact's avatar

Ejemplo:

"https://example.com/avatar.jpg"

type
enum<string>
predeterminado:person

Type of contact

Opciones disponibles:
person,
company
Ejemplo:

"person"

tax_id
string

Tax ID (CPF/CNPJ)

Ejemplo:

"12345678901"

website
string<uri>

Contact's website URL

Ejemplo:

"https://empresa.com.br"

industry
string

Industry/sector of the contact or company

Ejemplo:

"Technology"

additional_attributes
object

Additional attributes for the contact

Ejemplo:
custom_attributes
object

Custom attributes as key-value pairs

Ejemplo:
labels
string[]

Labels to assign to the contact

Ejemplo:
company_ids
string<uuid>[]

Array of company IDs to associate with this contact (only for person type)

Ejemplo:
inbox_id
string<uuid>

Inbox ID to create a contact_inbox association

Ejemplo:

"550e8400-e29b-41d4-a716-446655440001"

source_id
string

Source ID for the contact_inbox (e.g., WhatsApp number, email address)

Ejemplo:

"+5521987654321"

Respuesta

Contact created successfully

success
boolean
requerido
Ejemplo:

true

data
object
requerido
message
string
requerido
Ejemplo:

"Contact created successfully"