Skip to main content
post/conversations/{id}/messages

Send message in a conversation

LLM
View as Markdown
Open llms.txt

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