Checking if it's a Free Email

Free emails are emails created by users at no cost including sites like Gmail, Hotmail, or Protonmail. If you want to check if the email domain is a free email type, we can use an Action and Condition in Descope Flows:

  1. Click on the plus icon in the top-left corner and select an Action called: "Check if Free Email used":
  2. Then select a Condition to check:
  3. Connect the two:

Free Email Action

Free Email Condition

In the condition above, we can check the isFreeEmailProvider key that the result is automatically saved to by the action. The condition can check two different boolean values: isFalse or isTrue.

For more information on how free emails are identified, please refer to this link.

Using the SDKs

Under the Getting Started Guide for each of the SDK/Frameworks, you will see there is a debug option built into every Flow component. If you enable that in your application, you'll be able to debug problems in your flow, not relying on our flow hosting application.

If you have any other questions about Descope or how to debug your Flows, feel reach to reach out to us!

Was this helpful?

On this page