Skip to main content

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.

Run a custom Linear query.

Parameters

ParameterDescription
QueryYour custom Linear query.
VariablesVariables for the query.

Example Output

{
	"data": {
		"viewer": {
			"id": "<string>",
			"name": "<string>",
			"email": "<string>"
		}
	}
}

Workflow Library Example

Query with Linear and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop