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:
- Click on the plus icon in the top-left corner and select an Action called: "Check if Free Email used":
- Then select a Condition to check:
- Connect the two:
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?