create_webhook
Create a webhook for a GitFlic project by providing a callback URL, secret key, and event list to subscribe to repository activities like issues, merge requests, and pipeline updates.
Instructions
Create a new webhook for a GitFlic project. Requires a callback URL, secret key for signature verification, and a list of events to subscribe to (e.g. ISSUE_CREATE, MERGE_REQUEST_CREATE, PUSH, PIPELINE_SUCCESS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook callback URL | |
| owner | Yes | Project owner alias | |
| events | Yes | List of events to subscribe to (e.g. ISSUE_CREATE, MERGE_REQUEST_CREATE, PUSH) | |
| secret | Yes | Webhook secret key | |
| project | Yes | Project alias |