Creating a Workflow
Workflows enable you to check for account fraud as information is entered at login or registration. If an aspect of the account is suspicious, Workflows enable you to take action, such as requiring an additional security check or denying access.
-
To create a new rule, select Workflows from the navigation pane and click the + at the top of the page for +Create or +Import.
-
Enter a unique name for the Workflow and an optional description, and select or input a default outcome.
Create a workflow
-
Click Add Rule.
-
Define your conditions using Filters. Filters (signals) are grouped by Email, IP, Phone, and User Agent categories. If you have created lists to group accounts, they are also available to add to a rule.
-
Select the API response outcome. This is the string that the Verosint API will respond with if the condition is met.
-
Select actions (optional). Specify actions that should trigger when the condition is met. Actions include sending emails and Slack messages, for example. For a list of variables available in emails and messages, see Action Variables.
Add Rules to your Workflow
-
-
To test the rule, go to the Evaluate tab. Enter an account ID, email, IP address, phone number, and/or user agent and click Evaluate. Check the response to determine whether the Workflow functioned as intended.
Workflows and Auth0All properties from the Auth0 event object (
Actions Triggers: post-login - Event Object
) are available to reference from Workflows underparameters.<Auth0 property name>
. You can set an action toALLOW
and have Auth0 prompt Login Success. You can also set an action toALLOW_WITH_MFA
to prompt Auth0 to require MFA. Set an action toDENY
to reject a login attempt.
Updated 20 days ago