Skip to main content
POST

Authorizations

api_access_token
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID)

Body

application/json
content
string
required

Message content

Example:

"Hello, how can I help you?"

message_type
enum<string>
default:outgoing
Available options:
outgoing,
incoming
private
boolean
default:false

If true, creates a private note

content_type
enum<string>
default:text
Available options:
text,
input_select,
cards,
form,
article
content_attributes
object

Additional content attributes

Response

Message created successfully

success
boolean
required
Example:

true

data
object
required

Created message data

meta
object
required
message
string
required

Success message

Example:

"Message created successfully"