Webex
Cisco Webex collaboration platform for messaging, meetings, rooms, and people.
Tools
| Name | Description |
|---|---|
list_roomsList rooms (spaces) the authenticated user belongs to. | List rooms (spaces) the authenticated user belongs to. |
create_roomCreate a Webex group room (space). | Create a Webex group room (space). |
list_membershipsList memberships for a room or person. | List memberships for a room or person. |
create_messageSend a message to a room, person ID, or email address. | Send a message to a room, person ID, or email address. |
get_messageGet one Webex message by ID. | Get one Webex message by ID. |
delete_messageDelete a Webex message by exact message ID. Requires explicit confirmation. | Delete a Webex message by exact message ID. Requires explicit confirmation. |
list_peopleList people in the organization. | List people in the organization. |
get_personGet details for a specific person by ID, or use "me" for the authenticated user. | Get details for a specific person by ID, or use "me" for the authenticated user. |
list_messagesList messages in a room (space). | List messages in a room (space). |
list_meetingsList scheduled Webex meetings for the authenticated user. | List scheduled Webex meetings for the authenticated user. |
create_meetingSchedule a Webex meeting with required title, start, and end times. | Schedule a Webex meeting with required title, start, and end times. |
Triggers
| Name | Description |
|---|---|
new_room_messagePoll a Webex room and emit messages created after the initial baseline. | Poll a Webex room and emit messages created after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('webex', 'list_rooms', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'webex',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Webex to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Webex support?
Webex supports 11 tools including List Rooms, Create Room, List Room Memberships, Create Message, Get Message, and more.
Can I use Webex with AI agents?
Yes. Add Webex to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Webex to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Webex as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Webex tools exposed by that workspace.
Does Webex work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Webex work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Webex?
Webex exposes 11 tools, including List Rooms, Create Room, List Room Memberships, Create Message, Get Message, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Webex be used in stateful agent workflows?
Yes. Agents can combine Webex tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Webex use?
Webex uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Webex integration cost?
The Webex integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Webex support?
Webex supports 1 triggers including New Room Message.
Connect Webex in minutes
Get 20,000 free action executions every month. No credit card required.