Post a plain text, rich text or html message, to a room or user.

External Documentation

To learn more, visit the Cisco Webex documentation.

Parameters

ParameterDescription
FileThe 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.
HTMLThe message, in HTML format.
MarkdownThe message, in Markdown format.
Room IDThe unique identifier of the room to send the message to.
Send ToChoose to send direct message to a user or send a message to a group.
TextThe message, in plain text.
To Person EmailThe Email address of the person to send a messages to. Can be retrieved from the List People action.

Example Output

{
	"id": "<string>",
	"roomId": "<string>",
	"roomType": "<string>",
	"text": "<string>",
	"personId": "<string>",
	"personEmail": "<string>",
	"created": "2023-06-10T19:11:32.654Z"
}

Workflow Library Example

Send Message with Cisco Webex and Send Results Via Email

Preview this Workflow on desktop