Project webhooks
gitlab_project_hooksList, get, create, and delete GitLab project webhooks to notify external services about push, issue, pipeline, and merge request events.
Instructions
Lists, creates and deletes project webhooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Webhook target URL for create | |
| token | No | Secret token sent with the hook | |
| action | Yes | ||
| hook_id | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| push_events | No | ||
| issues_events | No | ||
| pipeline_events | No | ||
| merge_requests_events | No |