Anything that can make an HTTP request.
One curl, one complete integration. No SDK, no client library.
- Get notified when a cron job or systemd service fails
Wrap a scheduled job so failure — and only failure — reaches your phone, without cron's noisy default of emailing every run.
- Get a phone notification when a GitHub Actions run fails
Add one curl step to a workflow and CI failures show up as an alert on your phone, without a GitHub App or a third-party integration.
- Route Grafana alerts to your phone
Grafana's webhook contact point sends its own payload shape — a small relay reshapes it into a Paperplane event, with the alert's labels carried through as context.
- Notify your phone from any shell script
The entire integration is one curl — no SDK, no client library, works from any script that can shell out to curl.
- Get notified when a Stripe payment fails
Stripe sends its own webhook payload shape, so a small relay verifies the signature and forwards a clean title/message to your phone.
- Send Uptime Kuma alerts to your phone
Wire Uptime Kuma's Webhook notification type to a Paperplane channel with a custom body template, so a monitor going down becomes an alert, not a log line.