Webhook Notifications

All you need to about our webhook notifications are mentioned in the following pages.

Convoy acts as a central hub for managing all webhook notifications for for your transactions

How to set up your webhook notifications

  • Configure your webhooks for which you want to receive notifications for from the API.
  • Provide a place (URL) within your system to receive those notifications.
  • Convoy handles the secure and reliable delivery of notifications in the background.

Torus Mara broadcasts notifications for the various events. It has the schema below

x{
  "id": UUID,
  "event": String,
  "resource_type": String,
  "data": Object
}

The payload sent to your webhook URL would have an event property that identifies what the event is about, and the data attribute which would contain the event data.