Learn how to easily register a webhook with Prelude to get notified when your messages are delivered and billed.
callback_url
along with your Authentication request.
After registration, Prelude can push real-time event data to your webhook endpoint when events happen in your app.
Implement the handler
Pass the URL
Return OK
200 OK
HTTP response to the POST request to acknowledge receipt
of the event. If you don’t, Prelude will retry sending the event for 2
weeks.*_uuid
field to
identify and deduplicate individual events.