Run a custom Linear query.

Parameters

ParameterDescription
QueryYour custom Linear query.
VariablesVariables for the query.

Example Output

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

Workflow Library Example

Query with Linear and Send Results Via Email

Preview this Workflow on desktop