Skip to main contentAdullam Webhooks Overview
Adullam Webhooks allow you to receive real-time notifications about events that occur within the Adullam platform. This documentation provides an overview of how to set up and manage webhooks, as well as details about the events you can subscribe to.
Setting Up Webhooks
To set up a webhook, you need to create a webhook endpoint in your application that can receive HTTP POST requests. Once your endpoint is ready, you can register it with the Adullam platform by providing the URL and selecting the events you want to subscribe to.
Available Events
Adullam supports a variety of events that you can subscribe to via webhooks, including but not limited to:
payment.created: Triggered when a new payment is created.
payout.completed: Triggered when a payout is successfully completed.
subscription.renewed: Triggered when a subscription is renewed.
checkout.session.completed: Triggered when a checkout session is completed.
Security
To ensure the security of your webhook endpoints, Adullam includes a signature in the headers of each webhook request. You should verify this signature to confirm that the request originated from Adullam.
Managing Webhooks
You can manage your webhooks through the Adullam dashboard or via the API. This includes creating, updating, and deleting webhook endpoints, as well as viewing the delivery status of webhook events.
Support
For assistance with Adullam Webhooks, please refer to the support documentation or contact our support team at [email protected].