Webhooks
HTTP
configure

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

  1. Go to the Webhooks section of your server
  2. Click on the + button
  3. 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