Run a custom ermetic query.

Parameters

ParameterDescription
QueryYour custom ermetic query.
VariablesVariables for the query.

Example Output

{
	"data": {
		"Findings": {
			"nodes": [],
			"pageInfo": {
				"hasNextPage": true,
				"endCursor": null
			}
		}
	}
}

Workflow Library Example

Query with Ermetic and Send Results Via Email

Preview this Workflow on desktop