Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Path Parameters

id
string
required

The escalation session id whose conversation turns you are reading or replying to.

Body

application/json
client_message_id
string
required

Idempotency key — a replay returns the original receipt.

text
string
required
mediaUrls
string[]

Chat only — supplying mediaUrls on an SMS session returns 422 media_unsupported_channel.

Response

The message receipt (also returned on an idempotent replay).

success
boolean
required
data
object
required
message
string
errors
object[]