Configuring Webhooks

How webhooks work and how to configure them?

Webhooks allow you to get notified about subscription events.

Webhooks are available in production!

Configuring the webhooks

Navigate to the API menu using the sidebar in the application and select Webhooks from the tab on the right side.

  • You need to enter the URL of the webhook

  • Clock on the events you want to receive notifications on!

  • If your endpoint implements authentication, you can enter the token.

The header of the request will contain the following information:

{"Authorization" : "<Token You entered>","Content-Type":"application/json"}

This way you can use an authenticated endpoint!

Last updated