Skip to main content
POST
Send a message to a conversation route

Authorizations

x-api-key
string
header
required

Path Parameters

route_name
string
required

Body

application/json

The client-facing inbound body of the authed API door POST /api/conversations/{route_name}/messages.

external_user_id is the caller's handle for the end user: it becomes the client_address the answer is delivered against and the conversation's thread key. Frozen.

external_user_id
string
required
Minimum string length: 1
text
string
required
Minimum string length: 1
wait_seconds
integer | null

Bounded sync-wait window (seconds); absent = async 202. The door clamps to its runtime cap.

Required range: x >= 0

Response

Success.

data
any
required