create_org_webhook
Create a webhook for an entire GitHub organization, applying to all repositories. Specify the org and callback URL for event payloads.
Instructions
Create a webhook for an organization that applies to all repositories in the organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization name | |
| name | No | The name of the webhook (must be 'web') | web |
| active | No | Whether the webhook is active (default: true) | |
| config | Yes | ||
| events | No | Array of events that trigger the webhook (e.g., ['push', 'pull_request']) |