Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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": "Y2lzY29zcGFyazovL3VzL01FU1NBR0UvOTJkYjNiZTAtNDNiZC0xMWU2LThhZTktZGQ1YjNkZmM1NjVk",    "parentId": "Y2lzY29zcGFyazovL3VzL01FU1NBR0UvOTJkYjNiZTAtNDNiZC0xMWU2LThhZTktZGQ1YjNkZmM1NjVk",    "roomId": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",    "roomType": "group",    "text": "PROJECT UPDATE - A new project plan has been published on http://example.com/s/lf5vj. The PM for this project is Mike C. and the Engineering Manager is Jane W.",    "markdown": "**PROJECT UPDATE** A new project plan has been published on <http://example.com/s/lf5vj>. The PM for this project is <@personEmail:mike@example.com> and the Engineering Manager is <@personEmail:jane@example.com>.",    "html": "<p><strong>PROJECT UPDATE</strong> A new project plan has been published <a href=\\\"http://example.com/s/lf5vj\\\" rel=\\\"nofollow\\\">here</a>. The PM for this project is mike@example.com and the Engineering Manager is jane@example.com.</p>",    "files": [        "http://www.example.com/images/media.png"    ],    "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",    "personEmail": "matt@example.com",    "mentionedPeople": [        "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8yNDlmNzRkOS1kYjhhLTQzY2EtODk2Yi04NzllZDI0MGFjNTM",        "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83YWYyZjcyYy0xZDk1LTQxZjAtYTcxNi00MjlmZmNmYmM0ZDg"    ],    "mentionedGroups": [        "all"    ],    "attachments": [        {            "contentType": "application/vnd.microsoft.card.adaptive",            "content": {                "type": "AdaptiveCard",                "version": "1.0",                "body": [                    {                        "type": "TextBlock",                        "text": "Adaptive Cards",                        "size": "large"                    }                ],                "actions": [                    {                        "type": "Action.OpenUrl",                        "url": "http://adaptivecards.io",                        "title": "Learn More"                    }                ]            }        }    ],    "created": "2015-10-18T14:26:16+00:00",    "updated": "2015-10-18T14:27:16+00:00",    "isVoiceClip": false}

Workflow Library Example

Get Message with Cisco Webex and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop