Use cases: what people ping themselves about
Every recipe here is you notifying yourself: your agent, script, server or smart home taps you on WhatsApp, and you can tap back. Zero setup: send join, get a key, wire it in.
Watchers & scrapers
Restock, price drops, appointment slots. Your script sees it first. Your phone knows a second later.
Read the recipe → Shipped appsVibe-coded apps
First signup, first sale, first crash. The app texts its maker.
Read the recipe → Workflowsn8n & Node-RED
An approval step your flow pauses on. Official n8n community node, or one HTTP Request node. No Twilio, no WABA.
Read the recipe → MarketsTrading bots
Signal pings and approve-a-trade. The human holds the trigger, always.
Read the recipe → CI/CDDeploy gates
The pipeline pauses, asks on WhatsApp, ships only on your tap.
Read the recipe → MakersESP32 & sensors
If it can HTTP, it can tap you. Greenhouse, tank, door: one POST.
Read the recipe → Smart homeHome Assistant
Alerts from your smart home, two-way service calls. Native HACS integration.
Read the recipe → Command-busText your infra
Text or voice-note your number and your automation answers. Replies in-window are free.
Read the recipe → HomelabServers & monitoring
Backup failed, disk full, cert expiring: the pager you already carry.
Read the recipe → MonitoringUptime Kuma
Down/up alerts on WhatsApp with the stock webhook: two fields, no plugin.
Read the recipe → MonitoringGrafana
Alert rules → contact point → your phone. Custom payload, one Bearer token, Grafana ≥ 12.
Read the recipe → MonitoringAlertmanager
Grouped Prometheus alerts straight to your phone: one receiver, Alertmanager ≥ 0.32.
Read the recipe → Scripts & scraperschangedetection.io
Watched a page, got a diff, on WhatsApp. One notification URL, bundled Apprise.
Read the recipe → MonitoringApprise (any app)
One jsons:// URL turns every Apprise-embedded tool into a WhatsApp notifier.
Read the recipe →coming off the press
Every recipe runs on the same two endpoints
(POST /v1/notify for a one-way ping, POST /v1/ask
for a question with buttons) over the official Meta Cloud API. See
how that compares and the API docs.