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.

  1. To create a new rule, select Workflows from the navigation pane and click the + at the top of the page for +Create or +Import.

  2. Enter a unique name for the Workflow and an optional description, and select or input a default outcome.

    Create a workflow

    Create a workflow

  3. Click Add Rule.

    1. 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.

    2. Select the API response outcome. This is the string that the Verosint API will respond with if the condition is met.

    3. 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 a Rule

      Add Rules to your Workflow

  4. 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 Auth0

All properties from the Auth0 event object (Actions Triggers: post-login - Event Object ) are available to reference from Workflows under parameters.<Auth0 property name>. You can set an action to ALLOW and have Auth0 prompt Login Success. You can also set an action to ALLOW_WITH_MFA to prompt Auth0 to require MFA. Set an action to DENY to reject a login attempt.