← All integrations
AutomationBeta

Outbound webhooks

Forward every review event to any URL — Slack, Discord, your CRM, or your own backend.

Paste a URL, pick the events you want, get a signing secret. SignalRoute POSTs a JSON payload every time something happens — new ratings, private feedback, public review clicks, request status changes. HMAC-SHA256 signature in the SignalRoute-Signature header verifies the request really came from us. Same posture as Stripe webhooks.

What it does

  • 20+ event types covering ratings, private feedback, public review clicks, and review request lifecycle.
  • Per-endpoint signing secret rotated independently — no shared key.
  • Stripe-style timestamp + HMAC-SHA256 signature so you can verify authenticity and reject replays.
  • Idempotent event IDs so retries on your end don't double-process.
  • Per-business or per-organization scoping — fan out cleanly across multi-location accounts.
  • Async dispatch via Vercel after() — outbound POSTs never delay the originating API response.

What it replaces

  • Polling our REST API on a cron
  • Hand-coding a job-completed Zapier glue layer
  • Email parsing to detect new reviews

Replaced by → your branded SignalRoute link, everywhere.

Setup

  1. 1Open Integrations → Outbound webhooks in the dashboard.
  2. 2Paste your endpoint URL and pick events.
  3. 3Copy the signing secret (shown once on creation).
  4. 4Verify signatures using the SignalRoute-Signature header.

Ready to connect?

Connect your account in under 5 minutes. This integration is in beta — the wiring is shipped and works, we're still hardening edge cases. Email support@getsignalroute.com if you hit anything weird.

More automation integrations