Weavz
Webex

Webex

Cisco Webex collaboration platform for messaging, meetings, rooms, and people.

11 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_rooms

List rooms (spaces) the authenticated user belongs to.

create_room

Create a Webex group room (space).

list_memberships

List memberships for a room or person.

create_message

Send a message to a room, person ID, or email address.

get_message

Get one Webex message by ID.

delete_message

Delete a Webex message by exact message ID. Requires explicit confirmation.

list_people

List people in the organization.

get_person

Get details for a specific person by ID, or use "me" for the authenticated user.

list_messages

List messages in a room (space).

list_meetings

List scheduled Webex meetings for the authenticated user.

create_meeting

Schedule a Webex meeting with required title, start, and end times.

Triggers

Name
new_room_message

Poll a Webex room and emit messages created after the initial baseline.

Quick Start

TypeScript
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.