Webhook Dispatcher — Forward Webhooks as Telegram Alerts
Receive webhooks and forward them as clean Telegram alerts. One-command setup. Dedup, batching, health checks.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Start the webhook dispatcher on port 9090 with 5-second batching enabled and show me what the summarized alerts look like.
Your agent does
[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)
What you get
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).
Changelog
- v1.1LatestMay 18, 2026
Updated skill file
- v1.0.0May 18, 2026
Initial release
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 3 months ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in API Development
igdb-api
Professional IGDB v4 API specialist for advanced game data fetching, Apicalypse queries, and image URL construction.
api-designer
Professional API design and review skill for REST, GraphQL, and event-driven architectures.

Telegram Bot Builder
Scaffold production-ready Telegram bots with persistent state, rate limiting, and deployment configs.
web3-graphql
Query Web3 and on-chain GraphQL endpoints using natural language via the Model Context Protocol.