Webex

Webex is a Cisco-powered video conferencing and collaboration platform offering online meetings, webinars, screen sharing, and team messaging

26 actions Integration catalog
Request access
Connect Webex once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create TeamWEBEX_CREATE_TEAM
Creates a new Webex team and automatically adds the authenticated user as a member. Teams are used to organize and group multiple rooms (spaces) under a common umbrella. Use this when you need to create a collaborative workspace for a project, department, or any group that needs multiple related discussion spaces. Note: The creator is automatically added as a team member and can manage team memberships. Use the Team Memberships API to add additional members after creation.
Get Team DetailsWEBEX_GET_TEAM_DETAILS
Tool to retrieve details for a specific team by teamId. Use when you need full metadata of a team before performing team-related operations.
List TeamsWEBEX_LIST_TEAMS
Lists all teams the authenticated user belongs to. Teams are groups of people with shared rooms visible to all members. Use this when you need to find available teams, get team IDs for other operations, or discover which teams a user has access to. Results are ordered by creation date (newest first) and can be paginated using the max parameter.
List WebhooksWEBEX_LIST_WEBHOOKS
Lists all webhooks registered for the authenticated user or organization. Supports optional filtering by maximum results and ownership type (creator vs org-wide).
Create MessageWEBEX_MESSAGING_CREATE_MESSAGE
Tool to post a message to a Webex room or person. Use when you have a target roomId or private recipient and want to send text, markdown, files, or card attachments.
Create RoomWEBEX_MESSAGING_CREATE_ROOM
Creates a new Webex room for team collaboration. The authenticated user is automatically added as a member. Use this to create group rooms for team discussions or associate rooms with existing teams. To create a 1:1 room, use the Create Message action with toPersonId/toPersonEmail instead. Note: Team rooms cannot be moved after creation. Bots cannot simultaneously create and classify rooms.
Create Team MembershipWEBEX_MESSAGING_CREATE_TEAM_MEMBERSHIP
Tool to add a person to a Webex team by personId or personEmail. Use when granting a user access to a team; requires teamId and one of personId or personEmail.
Delete MembershipWEBEX_MESSAGING_DELETE_MEMBERSHIP
Tool to delete a Webex membership by its unique identifier. Use when you need to remove a member from a space after confirming the membership exists. Example: "Delete the membership with ID Y2lzY29zcGFjMDczNzA2Njg0ZDliY2YxNDE4NDQyYzQ5NDQzOTExYTk4".
Delete MessageWEBEX_MESSAGING_DELETE_MESSAGE
Tool to delete a Webex message by its unique identifier. Use after confirming the messageId to remove unintended or obsolete messages. Example: "Delete the message with ID Y2lzY29zcGFyazovL21lc3NhZ2UvYWJjMTIzNDU2Nzg5".
Delete RoomWEBEX_MESSAGING_DELETE_ROOM
Deletes a Webex room by its ID. Deleted rooms cannot be recovered. Note: Non-moderators will be removed from the room instead of deleting it (as a safety measure). Rooms that are part of a team will be archived instead of deleted. Use this when you need to permanently remove a room or leave a room.
Get Membership DetailsWEBEX_MESSAGING_GET_MEMBERSHIP_DETAILS
Tool to retrieve details for a specific membership. Use when you need metadata for a membership by its ID.
Get Message DetailsWEBEX_MESSAGING_GET_MESSAGE_DETAILS
Tool to retrieve details for a specific message. Use when you need full content and metadata by message ID.
Get Team Membership DetailsWEBEX_MESSAGING_GET_TEAM_MEMBERSHIP_DETAILS
Tool to retrieve details for a specific team membership. Use when you need metadata for a team membership by its ID.
List MembershipsWEBEX_MESSAGING_LIST_MEMBERSHIPS
List memberships in Webex rooms. When called without parameters, returns memberships for all rooms the authenticated user belongs to. Use roomId to list all members of a specific room. Use personId or personEmail with roomId to check if a specific person is a member of a room. Supports filtering by teamId and limiting results with max parameter.
List MessagesWEBEX_MESSAGING_LIST_MESSAGES
Tool to list messages in a room. Use when you need to retrieve chat history filtered by room, time window, or mentions.
List RoomsWEBEX_MESSAGING_LIST_ROOMS
Tool to list rooms the authenticated user belongs to. Use after authentication when needing to retrieve spaces filtered by team, type, or sorted. Example: "List my group rooms sorted by last activity."
List Team MembershipsWEBEX_MESSAGING_LIST_TEAM_MEMBERSHIPS
Tool to list all memberships for a specific team. Use when you need to retrieve all members of a team, including their roles (moderator status). Requires a valid teamId.
Get Person DetailsWEBEX_PEOPLE_GET_PERSON
Retrieves detailed profile information for a specific person by their ID. Returns comprehensive user details including contact information, organizational data, presence status, and Webex Calling information. Use when you need full profile details for a known person ID. To find person IDs, use the List People action first.
List PeopleWEBEX_PEOPLE_LIST_PEOPLE
Tool to list people in your organization. Use when you need to retrieve people filtered by email, display name, IDs, roles, or location.
Get Room DetailsWEBEX_ROOMS_GET_ROOM_DETAILS
Tool to retrieve details for a specific room. Use when you need full metadata of a room before posting messages or updating settings.
Update MembershipWEBEX_UPDATE_MEMBERSHIP
Updates a Webex room membership by ID to change moderator or monitor status. Use this to grant or revoke moderator privileges, or to enable/disable room monitoring for a member. Note: Assigning moderator status requires special account permissions; operations may fail with 403 Forbidden if the authenticated user lacks the necessary entitlements.
Update RoomWEBEX_UPDATE_ROOM
Update a room's title, lock status, or team association. The title parameter is always required by the Webex API - if you're only updating isLocked or teamId, you must still provide the current room title.
Update TeamWEBEX_UPDATE_TEAM
Tool to update a team's name by teamId. Use when you need to rename a Webex team. Example: "Change team 12345 name to 'Project X Team'".
Create WebhookWEBEX_WEBHOOKS_CREATE_WEBHOOK
Creates a Webex webhook to receive real-time event notifications via HTTP POST requests to your specified URL. Use this tool to register for automated notifications when resources (messages, rooms, memberships, meetings, etc.) are created, updated, deleted, or undergo other state changes. Webhooks enable event-driven integrations without polling. Important: The webhook will be automatically disabled if your target URL fails to respond with HTTP 2xx status codes 100 times within five minutes. Requires 'read' scope for the monitored resource type.
Delete WebhookWEBEX_WEBHOOKS_DELETE_WEBHOOK
Tool to delete a specific webhook. Use when you need to remove an existing webhook by its ID after confirming the identifier.
Get Webhook DetailsWEBEX_WEBHOOKS_GET_WEBHOOK
Retrieves detailed information about a specific Webex webhook by its ID. Use this action to: - Inspect a webhook's configuration (target URL, resource, event type, filters) - Verify webhook status (active/inactive) - Check webhook ownership and security settings (secret, ownedBy) - Get webhook metadata (creation date, creator, organization) The webhook must exist and be accessible with your current credentials. Returns 404 error if the webhook ID is invalid or you don't have permission to view it.