Skip to main content
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.
External DocumentationTo learn more, visit the Linear documentation.

Parameters

ParameterDescription
Resource TypesSelect 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 IDThe ID of the team to get events for.
TeamsSelect whether to get updates from all teams or specify a specific team by its ID.
URLThe 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": "[email protected]",
					"gitHubUserId": null,
					"guest": false,
					"id": "id",
					"initials": "ES",
					"isAssignable": true,
					"isMe": true,
					"isMentionable": true,
					"lastSeen": "2025-12-18T12:07:42.256Z",
					"name": "[email protected]",
					"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
Workflow LibraryPreview this Workflow on desktop