Skip to main content
To learn more, visit the Reco documentation.

Parameters

ParameterDescription
Alert IDYour alert ID, can be retrieved form the ‘List Alerts’ action.
Alert StatusThe new alert status to be updated.

Example Output

{    "alert": {        "id": "example-dd41-1234-1234-alertid",        "policyId": "example-dd41-1234-1234-policyid",        "description": "ZenDesk Account Sandbox is Enabled",        "aggregationRulesToKeys": {            "aggregationRuleToKey": []        },        "status": "ALERT_STATUS_NEW",        "riskLevel": "LOW",        "policyViolations": [],        "createdAt": "2024-01-22T07:07:56.435242Z",        "updatedAt": "2024-01-24T14:38:20.110844Z",        "extractionSource": "ZENDESK_ACCOUNT_SETTINGS_API"    }}

Workflow Library Example

Update Alert Status with Reco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop