Send Chat Message
Chat
Send Chat Message
POST
Send Chat Message
Causes the bot to send a chat message in the meeting.
Authentication
Requires API key authentication via theAuthorization header.
Path Parameters
Bot ID (e.g.,
bot_xxxxxxxxxxx)Request Body
The message text to send. Currently does not support emojis. For Microsoft Teams, you can use basic HTML tags including
<p>, <br>, <b>, <i>, and <a>.Who to send the message to. Options:
everyone- Send to all participantsspecific_user- Send to a specific user (requiresto_user_uuid)everyone_but_host- Send to all participants except the host
The UUID of the user to send the message to. Required when
to is set to specific_user.Response
Returns a 200 status code when the chat message request is successfully created.Example Request - Everyone
Example Request - Specific User
Example Request - Teams with HTML
Error Responses
400 Bad Request
Returned when:- Missing required fields
- Invalid
tovalue to_user_uuidmissing whentoisspecific_user
404 Not Found
Returned when the bot ID does not exist.The bot must be actively in a meeting to send chat messages. Messages are sent through the meeting platform’s native chat interface.