Docs »

Data Queries »

Automation Invoke

automation.invoke

automation.invoke queries run a data.query to return custom results. This can be used to integrate with third-party data sources (e.g. APIs).

Inputs

Key Description
name: The automation name to invoke. Must be of type data.query.
inputs: The inputs to send to the automation.

Response Formats

The supported result formats are determined by each automation.

Examples



type:automation.invoke
name:example.fetchApiData
inputs:(
  dateRange:"this year"
)
format:dictionaries