create_webex_room
Create a new Webex room with customizable settings including title, team, classification, lock, moderation, visibility, and posting permissions.
Instructions
Create a new Webex room.
Args: title: Title of the room (required) team_id: Team ID to create room in (optional) classification_id: Classification for the room (optional) is_locked: Whether the room is locked (optional; same property as is_moderated) is_moderated: Whether the room is moderated (optional; same property as is_locked) is_public: Whether the room is public (optional) is_announcement_only: Whether only moderators can post (optional) description: Description of the room (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| team_id | No | ||
| is_locked | No | ||
| is_public | No | ||
| description | No | ||
| is_moderated | No | ||
| classification_id | No | ||
| is_announcement_only | No |