Webhooks
Webhooks allow you to notify external services when specific events occur within Recurlix.
How to Set Up
Go to Admin Dashboard > Settings > Webhooks.
- Endpoint URL: Provide the URL of the external service that will receive the webhook.
- Select Events: Choose which events should trigger the webhook (e.g.,
Order Completed,Subscription Cancelled). - Secret Token: Recurlix generates a secret token for each webhook so you can verify that the data is coming from your site.
Payload Example
Recurlix sends a POST request with a JSON payload containing details about the event. Refer to our developer documentation for the full payload schema for each event type.