Skip to main content
Triggers a workflow on every new incident that matches the filter. Endpoint: /public_api/v1/incidents/get_incidents
Workflows with this trigger check for new events every 5 minutes by default. You can adjust this interval in the Trigger settings.

Parameters

ParameterDescription
FiltersA comma separated list of filter objects. For further information on filter objects, please refer to Cortex XDR Documentation.

For example:
{
“field”: “incident_id_list”,
“operator”: “in”,
“value”: [
“incident_id”,
“incident_id”
]
}
,
{
“field”: “description”,
“operator”: “contains”,
“value”: “memory”
}

Note: You don’t need to wrap the list with [].

Sample Event