Steps to configure webhooks
Identify the events you want to monitor and the event payloads to parse (payloads are described below).
Create a webhook endpoint as an HTTPS endpoint (URL) on your server.
Handle requests by saving each event object (parse it later) and returning 200 response status codes with a string message 'ok'.
Test that your webhook endpoint is working properly using settings in our panel
Save your webhook configuration in panel