Show a specified message details.

External Documentation

To learn more, visit the Cisco Webex documentation.

Parameters

ParameterDescription
Message IDThe ID of the message to get details of. Can be retrieved from the List Messages action.

Example Output

{
	"id": "<string>",
	"roomId": "<string>",
	"roomType": "<string>",
	"text": "<string>",
	"personId": "<string>",
	"personEmail": "<string>",
	"created": "2023-12-08T13:53:46.421Z"
}

Workflow Library Example

Get Message with Cisco Webex and Send Results Via Email

Preview this Workflow on desktop