Actions
| Name | Description |
|---|---|
list_roomsList rooms (spaces) the authenticated user belongs to | List rooms (spaces) the authenticated user belongs to |
create_messageSend a message to a room (space) | Send a message to a room (space) |
list_peopleList people in the organization | List people in the organization |
get_personGet details for a specific person by ID | Get details for a specific person by ID |
list_messagesList messages in a room (space) | List messages in a room (space) |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'webex',
actionName: 'list_rooms',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Webex support?
Webex supports 5 actions including List Rooms, Create Message, List People, Get Person, List Messages.
Can I use Webex with AI agents?
Yes. Add Webex to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Webex use?
Webex uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Webex integration cost?
The Webex integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Webex in 2 minutes
Get 1,000 free actions every month. No credit card required.