Details

This atomic belongs to the Cisco Webex atomic group.

Gets information about a room from Webex by room name or room ID. If a name is provided, the name must match exactly. If an ID is provided, that room is fetched directly. If you want to limit your search to direct or group rooms, you can do so by setting the room type.

Note: This atomic will only search the first 100 rooms that the searching user is a member of.

Target: Webex integration target or an HTTP Endpoint for "webexapis.com" with no path

Account Key: None if using an integration-provided target, access token if using an HTTP endpoint target

Steps:
[] Validate that either a room name or room ID was provided
[] Set the query string
[] Build the authorization header
[] Send the request to Webex
[] Check if the request was successful:
[]> If we searched by room ID and got a result, set the output
[]> If we searched by room name, loop through the results and if a matching room is found set the output

More information about this API: https://developer.webex.com/docs/api/v1/rooms/list-rooms

About
Integration
Authorship
Cisco Managed