Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a webhook and specify the team and event types it should subscribe to.
Note: The webhook is triggered for all actions (create, update and remove) performed on the selected event type.
Parameters
| Parameter | Description |
|---|
| Resource Types | Select the event types the webhook should subscribe to.
Note: The webhook is triggered for all actions (create, update and remove) performed on the selected event type. |
| Team ID | The ID of the team to get events for. |
| Teams | Select whether to get updates from all teams or specify a specific team by its ID. |
| URL | The full webhook URL to create. This URL points to the workflow that will receive event notifications and is available in the Webhook Full URL field when setting up the webhook in Blink. |
Example Output
{
"data": {
"webhookCreate": {
"lastSyncId": 715241308,
"success": true,
"webhook": {
"allPublicTeams": true,
"archivedAt": null,
"createdAt": "2025-12-18T12:23:29.760Z",
"creator": {
"active": true,
"admin": true,
"app": false,
"archivedAt": null,
"avatarBackgroundColor": "#2b963a",
"avatarUrl": null,
"calendarHash": null,
"canAccessAnyPublicTeam": true,
"createdAt": "2025-12-17T07:29:31.660Z",
"createdIssueCount": 0,
"description": null,
"disableReason": null,
"displayName": "displayName",
"email": "example@mail.com",
"gitHubUserId": null,
"guest": false,
"id": "id",
"initials": "ES",
"isAssignable": true,
"isMe": true,
"isMentionable": true,
"lastSeen": "2025-12-18T12:07:42.256Z",
"name": "example@mail.com",
"owner": false,
"statusEmoji": null,
"statusLabel": null,
"statusUntilAt": null,
"supportsAgentSessions": false,
"timezone": "Asia/Jerusalem",
"updatedAt": "2025-12-17T07:56:02.231Z",
"url": "https://linear.app/org/profiles/profile"
},
"enabled": true,
"failures": [],
"id": "id",
"label": null,
"resourceTypes": [
"InitiativeUpdate"
],
"secret": "lin_wh_d57849b881e958179b76307b8fb96d51c6e12a194cb9",
"teamIds": null,
"updatedAt": "2025-12-18T12:23:29.760Z",
"url": "https://webhook-url.com"
}
}
}
}
Workflow Library Example
Create Webhook with Linear and Send Results Via Email