Document toolboxDocument toolbox

fetchAlerts

Fetches alerts from alerts under case management.

Operator usage in easy mode

  1. Click + on the Start node.
    Note: Fetch Alerts is a data source and therefore can be used only at the beginning under Start.

  2. Enter the Fetch Alerts operator in the search field and select the operator from the Results to open the operator form.

  3. In the Query field, use * to fetch all alerts.

  4. Optional. In the Limit field, enter the number of alerts to fetch. Enter a value of less than 100000.

  5. Optional. In the Table field, enter or select the name of the table that contains the input values for the query template.

  6. Click Run to view the result.

  7. Click Save to add the operator to the playbook.

  8. Click Cancel to discard the operator form.

Usage details

LQL

function fetchAlerts(query: String, limit: Long, table: TableReference)

Input Parameters

  • query (String): Query to filter the alerts. Use * to fetch all.

  • limit (Long)(Optional): Number of alerts to fetch. Limit has to be less than 100000 alerts.

  • table (TableReference) (Optional): The table that contains the input values for the query template. The table should not have more than 500 rows.

Output
A table with all alerts that are retrieved by the query.

Example

Input

LQL Command

fetchAlerts("alert_type='default'", 10)

Output

Alert ID

Alert Name

Alert Type

Alert Source

Alert ID

Alert Name

Alert Type

Alert Source

alert-13554

tom@devo.com

Default

{
"flowName": "alertIssues",
"nodeName": "m62Alert"
}