Configuring Webhooks
How webhooks work and how to configure them?
Last updated
How webhooks work and how to configure them?
Last updated
Webhooks allow you to get notified about subscription events.
Webhooks are available in production!
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:
This way you can use an authenticated endpoint!