Lists all messages in a room. Each message will include content attachments if present.

External Documentation

To learn more, visit the Cisco Webex documentation.

Basic Parameters

ParameterDescription
BeforeList messages sent before a date and time.
Before MessageList messages sent before a message, by the message ID.
LimitLimit the maximum number of messages in the response. Range is 1-100.
Mentioned PeopleList messages with specific people mentioned, by their ID. Insert me to display the current user’s messages.
Room IDList messages in a room, by the room ID.

Advanced Parameters

ParameterDescription
Parent IDList messages with a parent, by the parent ID.

Example Output

{
	"items": [
		{
			"id": "<string>",
			"roomId": "<string>",
			"roomType": "<string>",
			"text": "<string>",
			"personId": "<string>",
			"personEmail": "<string>",
			"created": "2018-06-20T17:05:53.757Z"
		}
	]
}

Workflow Library Example

List Messages with Cisco Webex and Send Results Via Email

Preview this Workflow on desktop