Webex Automation

Automate Cisco Webex messaging, room management, and webhook configuration through natural language commands.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill webex-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Webex Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/webex-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill webex-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of navigating the Webex interface for routine collaboration tasks, allowing you to manage communications and team structures directly through your AI agent.

Core Features & Use Cases

  • Messaging Automation: Send text, markdown, or Adaptive Cards to rooms and individuals.
  • Room & Membership Management: List rooms, audit memberships, and add team members with specific roles.
  • Event-Driven Webhooks: Configure real-time notifications for Webex events like new messages or room updates.
  • Use Case: Automatically add new project members to a specific Webex team and send a welcome message when a new user is created in your HR system.

Quick Start

Use the webex skill to list my 10 most recently active group rooms.

Frequently Asked Questions about Webex Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a message to a specific Webex room?

Use the WEBEX_MESSAGING_CREATE_MESSAGE tool by providing the roomId and your message content. You can specify plain text or markdown-formatted content to be posted directly to the target room.

Can I automate adding members to a Webex team?

Yes, use the WEBEX_MESSAGING_CREATE_TEAM_MEMBERSHIP tool. You must provide the teamId and the personEmail or personId of the user you wish to add, with an optional flag for moderator status.

How do I receive real-time notifications from Webex?

Create a webhook using the WEBEX_WEBHOOKS_CREATE_WEBHOOK tool. You define a target URL that receives POST notifications whenever specific events, such as new messages or room updates, occur.

What are the limitations of sending files in Webex messages?

The Webex API supports a list of file URLs, but only one file attachment is actually supported per message. Ensure your file URLs are publicly accessible for the integration to process them.

Why is my webhook not receiving events?

Webhooks are automatically disabled if the target URL fails to respond with an HTTP 2xx status code 100 times within a 5-minute window. Ensure your endpoint is reachable and returns successful status codes.