External DocumentationTo learn more, visit the Cisco Webex documentation.
Actions
Send Message
Post a plain text, rich text or html message, to a room or user.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| File | The public URL to a binary file to be posted into the room. Only one file is allowed per message. Uploaded files are automatically converted into a format that all Webex clients can render. |
| HTML | The message, in HTML format. |
| Markdown | The message, in Markdown format. |
| Room ID | The unique identifier of the room to send the message to. |
| Send To | Choose to send direct message to a user or send a message to a group. |
| Text | The message, in plain text. |
| To Person Email | The Email address of the person to send a messages to. Can be retrieved from the List People action. |
{
"id": "<string>",
"roomId": "<string>",
"roomType": "<string>",
"text": "<string>",
"personId": "<string>",
"personEmail": "<string>",
"created": "2023-06-10T19:11:32.654Z"
}
Was this page helpful?