Execute Command (message.alert)
POST {{WEBEXAPI}}/xapi/command/UserInterface.Message.Alert.Display
Execute a command on the Webex RoomOS Device.
Specify the command to execute in the commandName parameter in the URI.
See the xAPI Guide for a description of command expressions.
https://developer.webex.com/docs/api/v1/xapi/execute-command
Request Body
{"deviceId"=>"{{_deviceId}}", "arguments"=>{"Duration"=>15, "Title"=>"xAPI Cloud Test", "Text"=>"This is posted from Postman ;-) Change me!"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |