Skip to main content

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

  1. You create an endpoint on your server to receive POST requests
  2. You register the endpoint URL in the Vetrol Console or via the API
  3. When an event occurs, Vetrol sends an HTTP POST to your endpoint with the event payload
  4. Your server responds with a 2xx status code to acknowledge receipt

Next steps