Verify User

The Verify User workflow action allows you to verify a user's email by providing their email, the verification token, and any other necessary details.

Key Configuration Fields

  • Name

    • Enter a unique name for this workflow action.

    • Validation Rules:

      1. The name must be unique.

      2. The name length must be between 2 and 100 characters.

      3. The name cannot be empty.

      4. The name cannot include special characters, or spaces, or start with a numeric character.

  • Email

    • Enter the email address of the user being verified.

  • Token

    • Enter the verification token received by the user, which can be retrieved from the context if generated by a prior workflow action.

  • Continue on Error (Optional)

    • A toggle that, when set to True, allows the workflow to continue running even if an error occurs during the verification process. The workflow will bypass the error and proceed without pausing.

Behavior After Configuration

Upon submission, nothing is added to the context.

Editing the Verify User Action

  • Fields

    • Always Disabled: Name field

    • Always Editable: Description field, Email field, Token field, Continue on Error toggle

Last updated