Webex
Overview
SLUG: WEBEX
Description
Webex is a Cisco-powered video conferencing and collaboration platform offering online meetings, webinars, screen sharing, and team messaging
Authentication Details
OAuth2
Connecting to Webex
Create an auth config
Use the dashboard to create an auth config for the Webex toolkit. This allows you to connect multiple Webex accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Webex Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Webex toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
WEBEX_CREATE_ROOM
Tool Name: Create Room
Description
Action Parameters
Action Response
WEBEX_CREATE_TEAM
Tool Name: Create Team
Description
Action Parameters
Action Response
WEBEX_GET_TEAM_DETAILS
Tool Name: Get Team Details
Description
Action Parameters
Action Response
WEBEX_LIST_TEAMS
Tool Name: List Teams
Description
Action Parameters
Action Response
WEBEX_LIST_WEBHOOKS
Tool Name: List Webhooks
Description
Action Parameters
Action Response
WEBEX_MESSAGING_CREATE_MESSAGE
Tool Name: Create Message
Description
Action Parameters
Action Response
WEBEX_MESSAGING_CREATE_ROOM
Tool Name: Create Room
Description
Action Parameters
Action Response
WEBEX_MESSAGING_CREATE_TEAM_MEMBERSHIP
Tool Name: Create Team Membership
Description
Action Parameters
Action Response
WEBEX_MESSAGING_DELETE_MEMBERSHIP
Tool Name: Delete Membership
Description
Action Parameters
Action Response
WEBEX_MESSAGING_DELETE_MESSAGE
Tool Name: Delete Message
Description
Action Parameters
Action Response
WEBEX_MESSAGING_DELETE_ROOM
Tool Name: Delete Room
Description
Action Parameters
Action Response
WEBEX_MESSAGING_GET_MEMBERSHIP_DETAILS
Tool Name: Get Membership Details
Description
Action Parameters
Action Response
WEBEX_MESSAGING_GET_MESSAGE_DETAILS
Tool Name: Get Message Details
Description
Action Parameters
Action Response
WEBEX_MESSAGING_GET_ROOM_DETAILS
Tool Name: Get Room Details
Description
Action Parameters
Action Response
WEBEX_MESSAGING_GET_TEAM_MEMBERSHIP_DETAILS
Tool Name: Get Team Membership Details
Description
Action Parameters
Action Response
WEBEX_MESSAGING_LIST_MEMBERSHIPS
Tool Name: List Memberships
Description
Action Parameters
Action Response
WEBEX_MESSAGING_LIST_MESSAGES
Tool Name: List Messages
Description
Action Parameters
Action Response
WEBEX_MESSAGING_LIST_ROOMS
Tool Name: List Rooms
Description
Action Parameters
Action Response
WEBEX_MESSAGING_LIST_TEAM_MEMBERSHIPS
Tool Name: List Team Memberships
Description
Action Parameters
Action Response
WEBEX_PEOPLE_GET_PERSON
Tool Name: Get Person Details
Description
Action Parameters
Action Response
WEBEX_PEOPLE_LIST_PEOPLE
Tool Name: List People
Description
Action Parameters
Action Response
WEBEX_ROOMS_GET_ROOM_DETAILS
Tool Name: Get Room Details
Description
Action Parameters
Action Response
WEBEX_UPDATE_MEMBERSHIP
Tool Name: Update Membership
Description
Action Parameters
Action Response
WEBEX_UPDATE_ROOM
Tool Name: Update Room
Description
Action Parameters
Action Response
WEBEX_UPDATE_TEAM
Tool Name: Update Team
Description
Action Parameters
Action Response
WEBEX_WEBHOOKS_CREATE_WEBHOOK
Tool Name: Create Webhook
Description
Action Parameters
Action Response
WEBEX_WEBHOOKS_DELETE_WEBHOOK
Tool Name: Delete Webhook
Description
Action Parameters
Action Response
WEBEX_WEBHOOKS_GET_WEBHOOK
Tool Name: Get Webhook Details
Description
Action Parameters
Action Response