webex-notify

Send WebEx notifications with markdown, retries, and rate limiting.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/leprachuan/pot-o-skills --skill webex-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webex-notify
Source: https://github.com/leprachuan/pot-o-skills/tree/main/webex-notify
Command: npx skills add https://github.com/leprachuan/pot-o-skills --skill webex-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates sending notifications to WebEx, ensuring messages are delivered even with network issues or API rate limits, and provides a history of all communications.

Core Features & Use Cases

  • Reliable Messaging: Sends messages to a specified WebEx room or person, with automatic retries and rate limiting to ensure delivery.
  • Markdown Support: Allows for formatted messages using WebEx's markdown syntax.
  • Use Case: Automatically notify your team via WebEx when a critical system alert is triggered, ensuring prompt attention even if the initial message fails.

Quick Start

Send the notification "System backup completed successfully" to your WebEx room.

Frequently Asked Questions about webex-notify

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

FAQPage Schema
How do I send automated alerts to a WebEx room using a bot?

To send WebEx alerts, configure a bot token and room ID to direct notifications to a specific WebEx room or person. This Skill manages the API requests and tracks message history for auditability.

How can I format WebEx messages with markdown syntax?

WebEx messages support markdown formatting, allowing you to send structured text alerts. You can apply standard markdown syntax within your message payload to ensure the notification renders correctly in the WebEx client.

What happens if my WebEx notification fails due to API rate limits?

If a WebEx notification fails due to rate limits or network issues, the system uses automatic retries with exponential backoff. This ensures reliable message delivery by progressively waiting before resubmitting failed API requests.

Do I need a specific room ID to send a WebEx message to a person?

You need a bot token and either a room ID or a person identifier to send a WebEx message. The notification targets the specified destination, ensuring the alert reaches the correct WebEx space or individual user.

Can I test my WebEx bot connection before sending a critical alert?

Yes, you can test your WebEx bot connection before dispatching alerts. The Skill provides connection testing capabilities to verify your bot token and room ID configuration, ensuring the messaging pathway is active and ready.