Back to GitLab Integrations
Handler · Version 1

GitLab Webhook Create GitLab

Download GitHub

About

Creates a new webhook using a user's private token (obtained in GitLab under the intended user's 'Settings' => 'Account') and the new webhook information. The URL and Secret Token are values that are used to build and send the request when a GitLab action fires the webhook (a secret token is not required) while trigger events determine when the webhook is triggered. For more information on configuring webhooks in GitLab, see GitLab's general webhook documentation (https://gitlab.com/help/user/project/integrations/webhooks). If the webhook is successfully created, the newly created webhook id will be returned in the results.

Parameters
Name Description Sample
Project Group Path of the group where the project is located (defaults to the GitLab default group if not provided). super-secret-group
Project Path Path of the project where the branch should be created. test-project
URL URL for the webhook. http://integrations.acme.com/test-project
Secret Token Secret Token for the webhook (send with the webhook request in the X-Gitlab-Token header). 123456789
Enable SSL Verification Do SSL verification when the webhook is triggered ('true' or 'false'). false
Trigger Events A comma separated list of events that will trigger the webhook. Options are: 'push','issues','merge','tag_push','note','job','pipeline','wiki'. push,merge
Results
Name Description
Webhook Id If the webhook was successfully created, the id of the newly created webhook.
Changelog

GitLab Webhook Create V1 (2017-10-02)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top