src/data/question-groups/backend/content/webhooks.md
Webhooks are user-defined HTTP callbacks, they are triggered by a specific event inside a system. They’re mainly used to notify about results of multi-step, asynchronous tasks to avoid keeping an open HTTP connection.
As for the implementation of a webhook, consider the following: