Skip to content

Webhooks

Webhooks allow you to notify external services when specific events occur within Recurlix.

How to Set Up

Go to Admin Dashboard > Settings > Webhooks.

  1. Endpoint URL: Provide the URL of the external service that will receive the webhook.
  2. Select Events: Choose which events should trigger the webhook (e.g., Order Completed, Subscription Cancelled).
  3. 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.

Released under the Commercial License.