Skip to main content
POST /v2/meeting_sessions/{id}/actions/send_chat posts a message to the meeting’s native chat as the bot.
Native chat is supported on Google Meet, Zoom, and Teams. Webex does not support native chat, although joining and audio/video output remain supported. Chat is two-way: messages other participants post are delivered as chat.message events, while the bot’s own posts echo back as chat.sent. Read them on the WebSocket stream for live delivery, or from the stored event history. There is no chat webhook — webhooks carry session status, transcript completion, recordings and artifacts only. The full request schema is on Send chat in a meeting session. Unlike speak, chat keeps working with a Telnyx AI Assistant attached. The assistant owns the voice, not the chat. To post a message automatically the moment the bot joins, see Announce the Bot on Arrival.