Skip to main content
POST

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

conversation_id
string<uuid>
obrigatório

Conversation ID (UUID)

Corpo

application/json
content
string
obrigatório

Message content

Exemplo:

"Hello, how can I help you?"

message_type
enum<string>
padrão:outgoing
Opções disponíveis:
outgoing,
incoming
private
boolean
padrão:false

If true, creates a private note

content_type
enum<string>
padrão:text
Opções disponíveis:
text,
input_select,
cards,
form,
article
content_attributes
object

Additional content attributes

Resposta

Message created successfully

success
boolean
obrigatório
Exemplo:

true

data
object
obrigatório

Created message data

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Message created successfully"