ClawLink
Communication26 toolsBrowser login (OAuth), no API keys

Webex integration for AI agents

Schedule and manage meetings, calls, and team messaging

Use it from your agent

One ClawLink account serves every agent you run. Pick the guide for yours, or connect Webex once and call the same tools from all of them.

Setup

Connect Webex through ClawLink's hosted setup to schedule and manage meetings, calls, and team messaging.

  • Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
  • Where: the ClawLink dashboard, or ask your agent to connect it.

What your agent can do

Webex exposes 26 tools through ClawLink. The 22 most used are listed here; your agent sees all of them.

ToolWhat it doesKind
webex_get_team_detailsRetrieve details for a specific team by teamIdRead
webex_list_teamsLists all teams the authenticated user belongs toRead
webex_list_webhooksLists all webhooks registered for the authenticated user or organizationRead
webex_messaging_get_membership_detailsRetrieve details for a specific membershipRead
webex_messaging_get_message_detailsRetrieve details for a specific messageRead
webex_messaging_get_team_membership_detailsRetrieve details for a specific team membershipRead
webex_messaging_list_membershipsList memberships in Webex roomsRead
webex_messaging_list_messagesList messages in a roomRead
webex_messaging_list_roomsList rooms the authenticated user belongs toRead
webex_messaging_list_team_membershipsList all memberships for a specific teamRead
webex_people_get_personRetrieves detailed profile information for a specific person by their IDRead
webex_people_list_peopleList people in your organizationRead
webex_rooms_get_room_detailsRetrieve details for a specific roomRead
webex_webhooks_get_webhookRetrieves detailed information about a specific Webex webhook by its IDRead
webex_create_teamCreates a new Webex team and automatically adds the authenticated user as a memberWrite
webex_messaging_create_messagePost a message to a Webex room or personRead
webex_messaging_create_roomCreates a new Webex room for team collaborationRead
webex_messaging_create_team_membershipAdd a person to a Webex team by personId or personEmailRead
webex_update_membershipUpdates a Webex room membership by ID to change moderator or monitor statusWrite
webex_update_roomUpdate a room's title, lock status, or team associationWrite
webex_update_teamUpdate a team's name by teamIdWrite
webex_webhooks_create_webhookCreates a Webex webhook to receive real-time event notifications via HTTP POST requests to yourRead