Add messages

post

Add new messages to an existing thread. Messages are provided in multimodal format and stored in Firestore format. Customer activity is automatically tracked for each message.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

channelstringRequired

The channel name. Supported channels are: facebook, instagram, whatsapp, tiktok, or any channel starting with 'chatbot.' (e.g., 'chatbot.web', 'chatbot.mobile'). Note: For channels starting with 'chatbot.', the customer must have a widget_chatbot.id field.

Example: {"value":"facebook","summary":"Facebook channel"}
Body
Responses
201

Messages successfully created

application/json
post
/v1/agents/{agentId}/customers/{customerId}/threads/{channel}/messages

Last updated