Skip to main content
POST
Send operator channel reply

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Headers

x-username
string
default:(project default user)

External user (end user) to act as. Optional — if omitted, Flowra uses the project’s default external user. Send a stable username (e.g. customer_alice) only when you need another end-user context.

Path Parameters

thread_id
string
required

Thread ID

Example:

"b737d8af-a9e0-4251-9714-3fdc1126e5fb"

Body

application/json
text
string
required

Message text sent to the end user on the originating channel

Required string length: 1 - 8000
Example:

"Thanks — a human will take it from here."

Response

Operation completed successfully