post
/conversations/{id}/messagesSend message in a conversation
Sends a reply in an existing conversation. Pass `inboxId` when you want to choose the sender explicitly; otherwise Flownally uses the latest open session for that conversation. The response is returned as soon as the message is accepted, so poll the message resource to follow delivery state when you are not using webhooks.
Authorization
Scheme
- bearerAuth
Required scopes
- message:create
Allowed roles
- owner
- admin
- agent
Send a message in a conversation in scope.
Parameters
- Name
id- Type
- path string
- Description
- Required parameter.
Request body
- Name
application/json- Type
- SendMessageRequest
- Description
- Required body.
Responses
- 202
Message accepted for delivery
- application/json SendMessageResponse
- default
Error
- application/json ProblemDetails