Webhooks to Telegram,
Instantly.
Get notified in Telegram when anything happens. GitHub pushes, server alerts, CI/CD runs β one URL, zero config.
Type /start to get your unique webhook URL
How It Works
Three steps. Under a minute.
Start the Bot
Open Telegram and send /start to the bot.
You'll receive a unique webhook URL instantly.
Use Your URL
Paste the URL anywhere β GitHub Actions, server scripts, monitoring tools, or a simple curl command.
Get Notified
Any POST request to your URL becomes a Telegram message. JSON payloads are formatted for readability.
# Send a test notification
curl -X POST https://pinghook.dev/send/YOUR_KEY \
-H "Content-Type: application/json" \
-d '{"event":"deploy_success"}'
# Or plain text
curl -X POST https://pinghook.dev/send/YOUR_KEY \
-d "Server restarted successfully"
About PingHook
A tiny webhook tool with a developer-first mindset
What is PingHook?
PingHook converts any webhook into a Telegram message β instantly.
No dashboards. No logins. No configuration hell.
Why It Exists
βI just want to know when something happens.β
Philosophy
Simple over clever. Useful over impressive.
About the Developer
"Hi, Iβm the developer behind PingHookπ
With several years of experience in tech, I enjoy learning by building real, usable systems rather than isolated demos.
PingHook began as a FastAPI learning project β built to understand webhooks, async behavior, and request flows by solving a real problem.
What started as an experiment became useful enough to share, and itβs now built openly with a focus on simplicity and reliability."