Setup Event
Request
To receive a webhook event, you must create an unauthenticated POST endpoint on your application to receive the events.
For example, when an event occurs, we will send the event object as JSON in the request body of the POST request.
Below is an example of webhook implementation code for Javascript or Node.Js:
Setup Event
Setup Event

