2

    Webhook Dispatcher — Forward Webhooks as Telegram Alerts

    Receive webhooks and forward them as clean Telegram alerts. One-command setup. Dedup, batching, health checks.

    Updated May 2026
    Security scanned
    One-time purchase

    $12

    One-time purchase

    30-day refund guarantee

    Secure checkout via Stripe

    Included in download

    • Consolidate high-frequency alerts into a single summary message
    • Filter out duplicate webhook notifications automatically
    • terminal, file_read, file_write automation included
    • Includes example output and usage patterns
    • Instant install

    Sample Output

    A real example of what this skill produces.

    [Alert] 3 Webhook Events Received:
    - Stripe: Payment succeeded (ch_3L...)
    - GitHub: New PR #12 by @dev-user
    - Monitor: CPU Spike (92%) detected on prod-01
    (Deduplicated 2 similar events in the last 5s)

    About This Skill

    Webhook Dispatcher is a lightweight HTTP server that receives POST webhooks and forwards them as clean Telegram alerts. One command to set up, zero configuration beyond Telegram credentials. Features: • Forward any POST webhook → Telegram alert instantly • Deduplication — identical payloads skipped for 60 seconds • Batching mode — group multiple webhooks into one Telegram alert • Health check endpoint (GET / returns JSON status) • Custom port via --port flag • MIT licensed Install: unzip webhook-dispatcher.zip && npm install --production && node src/index.js Send webhooks to: http://your-server:9090 Monitor via: Telegram Requires: Node.js v18+, Telegram account (free).

    📖 Learn more: Best Frontend & Design Skills for Claude Code →

    Use Cases

    • Consolidate high-frequency alerts into a single summary message
    • Filter out duplicate webhook notifications automatically
    • Convert GitHub or Stripe events into readable mobile notifications
    • Monitor server health with real-time Telegram status updates

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Read Files
    Write Files
    Network Access
    Environment Variables

    Allowed Hosts

    your-server
    api.telegram.org

    Frequently Asked Questions