Run a custom Compass query.

Parameters

ParameterDescription
HeadersRequest Headers to be added to the request, as a string in the format of Name: Value, separated by new lines.For example:Content-Type: application/jsonAccept: application/json
QueryYour custom Compass query.
VariablesVariables for the query.

Example Output

{
	"data": {
		"tenantContexts": [
			{
				"cloudId": "<string>"
			}
		]
	},
	"extensions": {
		"gateway": {
			"request_id": "<string>",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}

Workflow Library Example

Query with Compass and Send Results Via Email

Preview this Workflow on desktop