Skip to main content

Create Room

Creates a room. The authenticated user is automatically added as a member of the room. To create a 1:1 room, use the Create Messages endpoint to send a message directly to another person by using the To Person Mail parameter.

External Documentation

To learn more, visit the Cisco Webex documentation.

Parameters

ParameterDescription
DescriptionThe description of the room.
Is LockedSet the room as locked and the creator becomes a moderator.
Is PublicIf set to True the room is public and therefore discoverable within the org. Anyone can find and join that room. When True the description must be filled in.
Team IDThe ID for the team with which this room is associated. Can be retrieved from the List Teams action.
TitleA user-friendly name for the room.

Example Output

{
"title": "Project Unicorn - Sprint 0",
"teamId": "Y2lzY29zcGFyazovL3VzL1JPT00vNjRlNDVhZTAtYzQ2Yi0xMWU1LTlkZjktMGQ0MWUzNDIxOTcz",
"classificationId": "Y2lzY29zcGFyazovL3VzL0NMQVNTSUZJQ0FUSU9OL2YyMDUyZTgyLTU0ZjgtMTFlYS1hMmUzLTJlNzI4Y2U4ODEyNQ",
"isLocked": false,
"isPublic": false,
"description": "Company Announcements",
"isAnnouncementOnly": false
}

Workflow Library Example

Create Room with Cisco Webex and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop