create_webhook
Register a webhook to subscribe to Linear issue, comment, and label events, scoped to a specific team or all public teams.
Instructions
Create a webhook subscription.
url is your HTTPS receiver. resource_types defaults to
["Issue", "Comment", "IssueLabel"] if omitted — adjust as
needed (full list at linear.app/developers/webhooks). team_id
scopes to one team; all_public_teams=True subscribes to every
public team in the org. secret is your HMAC signing secret —
Linear adds it to the Linear-Signature header on every event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| label | No | ||
| secret | No | ||
| enabled | No | ||
| team_id | No | ||
| workspace | No | ||
| resource_types | No | ||
| all_public_teams | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||