provider Webhooks POST /webhooks
@utdk/linear /webhooks
Create a webhook
Create a new webhook to receive real-time notifications for issue updates, comment creation, project changes, and other events in your Linear workspace.

Try it

Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

createwebhook
POST/webhooks
Create a new webhook to receive real-time notifications for issue updates, comment creation, project changes, and other events in your Linear workspace.

Input

required

URL to receive webhook event payloads

HMAC secret for signing webhook payloads

Whether to enable the webhook immediately

Resource types to subscribe to

Team to scope this webhook to (omit for workspace-wide)

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.createwebhook({
  "enabled": true
})