Available now

28 things your agent can do in Webex

Webex is a Cisco-powered video conferencing and collaboration platform offering online meetings, webinars, screen sharing, and team messaging

Social & ContentSign in with your account (OAuth)

Every action, grouped by what it does

You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.

Read

14
  • Get Team Details

    Tool to retrieve details for a specific team by teamid. use when you need full metadata of a team before performing team-related operations.

    WEBEX_GET_TEAM_DETAILS
  • List Teams

    Tool to list teams. use when you need to retrieve the teams the authenticated user is a member of.

    WEBEX_LIST_TEAMS
  • List Webhooks

    Tool to list webhooks. use after authentication to retrieve webhooks filtered by max or ownership.

    WEBEX_LIST_WEBHOOKS
  • Get Membership Details

    Tool to retrieve details for a specific membership. use when you need metadata for a membership by its id.

    WEBEX_MESSAGING_GET_MEMBERSHIP_DETAILS
  • Get Room Details

    Tool to retrieve details for a specific room. use when you need full metadata of a specific room before posting messages or updating settings.

    WEBEX_MESSAGING_GET_ROOM_DETAILS
  • Get Team Membership Details

    Tool to retrieve details for a specific team membership. use when you need metadata for a team membership by its id.

    WEBEX_MESSAGING_GET_TEAM_MEMBERSHIP_DETAILS
  • List Memberships

    Tool to list memberships in a webex room. use when you need to retrieve or filter membership details by roomid, personid, personemail, or teamid. supports limiting the response size.

    WEBEX_MESSAGING_LIST_MEMBERSHIPS
  • List Messages

    Tool to list messages in a room. use when you need to retrieve chat history filtered by room, time window, or mentions.

    WEBEX_MESSAGING_LIST_MESSAGES
  • List Rooms

    Tool to list rooms the authenticated user belongs to. use after authentication when needing to retrieve spaces filtered by team, type, or sorted. example: "list my group rooms sorted by last activity…

    WEBEX_MESSAGING_LIST_ROOMS
  • List Team Memberships

    Tool to list team memberships. use when you need to retrieve or filter team membership details by teamid, personid, or personemail, with optional max limit. use after confirming the team or person co…

    WEBEX_MESSAGING_LIST_TEAM_MEMBERSHIPS
  • Get Person Details

    Tool to get details for a specific person. use when you have a person's id and need full profile information. call after confirming the person's id.

    WEBEX_PEOPLE_GET_PERSON
  • List People

    Tool to list people in your organization. use when you need to retrieve people filtered by email, display name, ids, roles, or location.

    WEBEX_PEOPLE_LIST_PEOPLE
  • Get Room Details

    Tool to retrieve details for a specific room. use when you need full metadata of a room before posting messages or updating settings.

    WEBEX_ROOMS_GET_ROOM_DETAILS
  • Get Webhook Details

    Tool to get details for a specific webhook. use when you need to inspect a webhook's configuration before taking action.

    WEBEX_WEBHOOKS_GET_WEBHOOK

Create & update

11
  • Create Room

    Tool to create a new room. use when you need to spin up a dedicated space for team collaboration or topic discussion.

    WEBEX_CREATE_ROOM
  • Create Team

    Tool to create a new team. use when you need to group rooms under a shared team.

    WEBEX_CREATE_TEAM
  • Create Room

    Tool to create a new room. use to create a dedicated space for collaboration after authentication.

    WEBEX_MESSAGING_CREATE_ROOM
  • Create Team Membership

    Tool to add a person to a webex team by personid or personemail. use when granting a user access to a team; requires teamid and one of personid or personemail.

    WEBEX_MESSAGING_CREATE_TEAM_MEMBERSHIP
  • Delete Membership

    Tool to delete a webex membership by its unique identifier. use when you need to remove a member from a space after confirming the membership exists. example: "delete the membership with id y2lzy29zc…

    WEBEX_MESSAGING_DELETE_MEMBERSHIP
  • Delete Room

    Tool to delete a webex room by its id. use after confirming the roomid when you need to permanently remove or archive a space. example: "delete the room with id y2lzy29..."

    WEBEX_MESSAGING_DELETE_ROOM
  • Update Membership

    Tool to update a membership by membershipid. use when modifying a member's moderator or monitor status in a webex room.

    WEBEX_UPDATE_MEMBERSHIP
  • Update Room

    Tool to update a room's title and settings. use when you need to rename, lock/unlock, or reassign a webex space.

    WEBEX_UPDATE_ROOM
  • Update Team

    Tool to update a team's name by teamid. use when you need to rename a webex team. example: "change team 12345 name to 'project x team'".

    WEBEX_UPDATE_TEAM
  • Create Webhook

    Tool to create a new webhook for events. use when you need to register for webex event notifications.

    WEBEX_WEBHOOKS_CREATE_WEBHOOK
  • Delete Webhook

    Tool to delete a specific webhook. use when you need to remove an existing webhook by its id after confirming the identifier.

    WEBEX_WEBHOOKS_DELETE_WEBHOOK

Send & publish

3
  • Create Message

    Tool to post a message to a webex room or person. use when you have a target roomid or private recipient and want to send text, markdown, files, or card attachments.

    WEBEX_MESSAGING_CREATE_MESSAGE
  • Delete Message

    Tool to delete a webex message by its unique identifier. use after confirming the messageid to remove unintended or obsolete messages. example: "delete the message with id y2lzy29zcgfyazovl21lc3nhz2u…

    WEBEX_MESSAGING_DELETE_MESSAGE
  • Get Message Details

    Tool to retrieve details for a specific message. use when you need full content and metadata by message id.

    WEBEX_MESSAGING_GET_MESSAGE_DETAILS

About connecting Webex

What can an AI agent do in Webex?

28 distinct actions, listed in full on this page — 14 to read, 11 to create & update, 3 to send & publish. An agent gets the ones that match what you described it doing, not all of them at once.

How do I connect Webex?

Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.

Others in Social & Content

The Webex integration guide · All 58 connectable apps · The agent builder

Chat with Squidgy