Open Source & Free
PingHook

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 the bot. You'll receive 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 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."