Skip to main content
POST
Send a message into a chat

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /api/v1/auth/jwt/login, the OAuth token endpoint, or a business-scoped API token. Some Business/Chat/Template/Scheduling endpoints alternatively accept HTTP Basic credentials scoped to the business slug.

Path Parameters

chat_id
string<uuid>
required

Body

application/json
content
string
required
sender
enum<string>

Set to send as a human operator; omit for an AI-generated reply.

Available options:
human-assistant
sender_user_id
string<uuid>
attachments
object[]

Response

Message accepted.

The response is of type object.