Rule Action Variables
The following table summarizes the variables available in rule action messages. Variable names must be surrounded by {{
and }}
characters.
Note that variables may be used in the message itself, and in case of email actions in the subject of the email as well.
Variable Name | Description |
---|---|
evaluation.outcome | The outcome of the rule evaluation. Includes both built-in - such as ALLOW , or DENY - as well as custom values |
evaluation.reason | The reason field of the rule evaluation. This is a short, one sentence explanation of the evaluation. |
evaluation.ruleSet.name | The name of the workflow. |
evaluation.ruleSet.uuid | The unique identifier of the workflow. |
identifiers.accountId | The account ID provided to the workflow. |
identifiers.email | The email address provided to the workflow. |
identifiers.deviceId | The custom device ID provided to the workflow. |
identifiers.ip | The IP address provided to the workflow. |
identifiers.paymentHash | The payment hash provided to the workflow. |
identifiers.phone | The phone number provided to the workflow. |
identifiers.printId | The Verosint SignalPrint identifier. The field may not be present unless all required identifiers are present in the rule evaluation (IP address, account ID and user agent) |
identifiers.timestamp | The timestamp of the evaluation. |
identifiers.userAgent | The browser user agent provided to the workflow. |
Updated about 16 hours ago