Filter Fields (all optional)
| Field | Type | Description |
|---|---|---|
organizations | string[] | Only trigger for these Linear organizations |
events | string[] | Linear event types (issues, issue_comment, etc.) |
actions | string[] | Event actions (create, update, delete, etc.) |
labels | string[] | Only when issue has these labels |
assignee | string | Only when assigned to this user (email) |
author | string | Only for this author (email) |
Setup
- In Linear, go to Settings > Workspace > Webhooks
- Click Create webhook
- Set the URL to your Action Llama gateway (e.g.
https://your-server:8080/webhooks/linear) - Set the secret to match the
linear_webhook_secretcredential instance referenced by the webhook source inconfig.toml - Select the resource types you want to receive (Issues, Comments, etc.)