Review webhooks
Get review events in your own systems the moment they happen
Subscribe an endpoint you control to WebVouch events and receive a signed delivery when a review is created, hidden, reported or deleted, and when an invitation is sent. It is the shortest route into a system that has no integration of its own.
What the Webhook integration does
Subscribe to review created, visibility changed, reported, reviewed and deleted events, plus invitation sent.
Verify every delivery against a signing secret that is shown once and can be rotated.
Route events into a channel, a CRM or a warehouse without waiting on us to build it.
What moves between the two systems
- What starts it
- A review is created, hidden, reported, reviewed or deleted, or an invitation is sent.
- What WebVouch receives
- Nothing. Webhooks only carry events out of WebVouch.
- What goes back to Webhook
- A signed JSON delivery to your endpoint, for each event you subscribed to.
How to set it up
- 1
Create an endpoint
Add the URL you want deliveries sent to in the business panel and copy the signing secret. It is displayed once, so store it where your server can read it.
- 2
Pick your events
Subscribe only to what you act on. A channel that posts new reviews needs one event; a warehouse usually wants all of them.
- 3
Verify and handle
Check the signature before you trust a payload, then do your work. Rotate the secret from the panel whenever you need to.
When Webhook is the right choice
Pick webhooks when you need to react to reviews. To create invitations from your own systems you need the API instead, because a webhook cannot carry anything into WebVouch.
Webhook integration questions
Review created, review visibility changed, review reported, review report reviewed, review deleted and invitation sent.
Integration details last updated

