Skip to main content
POST
Create Contact Note

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

id
string<uuid>
obrigatório

ID of the contact

Corpo

application/json
content
string
obrigatório

Note content

Exemplo:

"Follow up with customer next week"

Resposta

Contact note created successfully

success
boolean
obrigatório
Exemplo:

true

data
object
obrigatório

Created note data

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Contact note created successfully"