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, please refer to this link to get a list of all the free email domains.

Was this helpful?

On this page