Open Source & Free
Webhooks to Telegram,
Instantly.
Get notified in Telegram when anything happens. GitHub pushes, server alerts, CI/CD runs — one URL, zero config.
Open Telegram Bot
Type /start to get your unique webhook URL
How It Works
Three steps. Under a minute.
1
Start the Bot
Open Telegram and send /start to our bot. You'll get a unique webhook URL
instantly.
2
Use Your URL
Paste the URL anywhere — GitHub Actions, server scripts, monitoring tools, or a simple cURL command.
3
Get Notified
Any POST request to your URL becomes a Telegram message. JSON is pretty-printed for readability.
terminal
# Send a test notification curl -X POST https://pinghook.onrender.com/send/YOUR_KEY \ -H "Content-Type: application/json" \ -d '{"event": "deploy_success", "app": "my-app"}' # Or just plain text curl -X POST https://pinghook.onrender.com/send/YOUR_KEY \ -d "Server restarted successfully!"
⚡ Instant Delivery
🔒 Secure Unique Keys
📜 JSON Pretty Print
🚀 No Login Required
🆓 Completely Free