Webhooks Overview
Webhooks allow Vetrol to send real-time event notifications to your application when something happens in your account — such as a message being delivered or a payment being completed.
How webhooks work
- You create an endpoint on your server to receive POST requests
- You register the endpoint URL in the Vetrol Console or via the API
- When an event occurs, Vetrol sends an HTTP POST to your endpoint with the event payload
- Your server responds with a
2xxstatus code to acknowledge receipt