Callbacks are a way to make one or more HTTP calls after an entering request reaches your route. This is useful to call other APIs or micro-services or to trigger a webhook.
Callbacks are fully configurable and are created at the environment level, like the data buckets.
To create a new callback, open the Callbacks options by clicking on the tab at the top of the window:

Add a new callback by clicking on the "plus" button:

The callback configuration interface is very similar to the route response interface. You can configure the callback's name, description, method, URL, body, and headers:
https://myapi.com/webhook) or relative (e.g., /webhook). In the latter case, the base URL will be the hostname and port on which the API is running. When deploying with the CLI or Docker image, you can customize the base URL using the --public-base-url flag.
This field supports templating helpers.POST, PUT, and PATCH).