Receive HTTP hooks
Requirements
To receive HTTP hooks, you need to have a public URL that can be reached from the internet. The URL should be able to receive and receive POST requests.
How to set up
- Go to the Webhooks section of your server
- Click on the + button
- Paste the URL of the webhook you want to receive, and select the events you want to receive.
Receive payload
When a hook is triggered, the payload will be sent to the URL you provided in the form of a POST request with a JSON body.
To see the payload content for each event, you can read this page