GitLab Webhook Event
How to Create a GitLab Webhook Event
info
Webhooks are custom HTTP callbacks that you define. They are usually triggered by an event, such as pushing code to a repository or posting a comment on an issue. When the event occurs, the source app makes an HTTP request to the URI configured for the webhook. The action to take may be anything. For more information, visit the GitLab documentation.