INTEGRATION
Webhooks
Push Zenovay events into the tools your team already uses.
Push any Zenovay event into Discord, Slack, Zapier, n8n, or Make in minutes.
Every payload is signed with HMAC-SHA256 and retried with exponential backoff.
Replay deliveries from the dashboard when an endpoint is down.
Webhook recipes
- DiscordPipe events into a Discord channel via incoming webhookRead docs
- SlackRoute alerts into a Slack channel via incoming webhookRead docs
- ZapierTrigger Zaps from any Zenovay event with a catch hookRead docs
- n8nKick off n8n workflows from Zenovay eventsRead docs
- Make.comRun Make.com scenarios from Zenovay eventsRead docs
Or POST to any HTTPS endpoint. Every payload is signed with HMAC-SHA256, retried with backoff, and rate limited per plan.
How it works
Create a webhook config in your Zenovay dashboard and pick the events you want.
Paste a destination URL. Zenovay POSTs a signed JSON payload for every match.
Failed deliveries retry with backoff and are logged for replay.