The gap this fills: Any Webhook doesn't ship an official Pushover app. If you want event your tools can send as a webhook to show up in Pushover the moment it happens, the usual options are a paid third-party bot, custom code, or routing everything through a $20–50/month automation platform just to move one webhook from one URL to another. ZestyGlue does exactly that one thing for $9/month.
What it looks like
ZestyGlue
Any Webhook — Deploy · Finished
{
"type": "deploy.finished",
"service": "api",
"status": "green"
}
A real Any Webhook event, shown as ZestyGlue formats it for Pushover.
Setup — about two minutes
- Create the connector. In ZestyGlue, start a new Any Webhook → Pushover connector. You'll get a unique webhook URL right away.
- Paste your ZestyGlue webhook URL into whatever tool, script, or service needs to send events — no source-side setup, no admin panel, no signing secret.
- Point Pushover at ZestyGlue. Create an application at pushover.net → Create an Application for an API token, then copy your User Key from your dashboard — enter both into ZestyGlue.
Tip: This connector has no source-side setup at all. If your tool, script, or cron job can send an HTTP POST with a JSON body, it can use this connector today.
Events you can forward
any JSON payload, any shape
Questions
What if the JSON structure doesn't match what your other connectors expect?
That's fine — this connector doesn't require a specific shape. It formats whatever keys and values you send as a readable preview in your destination.
Can I use this for something that isn't JSON?
If the body isn't valid JSON, ZestyGlue falls back to showing the raw text it received, so plain-text posts still show up — just without field-by-field formatting.
Is there a cost for the Pushover app itself?
Pushover charges a small one-time fee per platform for the app itself, separate from ZestyGlue's $9/month — it's not a subscription.
What happens if my ZestyGlue subscription lapses?
Events are silently dropped rather than causing errors on Any Webhook's side — Any Webhook never sees a failure response, so it won't retry aggressively or flag your webhook as broken. Your dashboard will simply stop showing new events until you resubscribe.