Checking if it's a Disposable Email
If you want to check if the email domain is a disposable email type, we can use an Action and Condition in Descope Flows:
- Click on the plus icon in the top-left cornor and select an Action called: "Check if Disposable Email used":
- Then select a Condition to check:
- Connect the two:
In the condition above, we can check the isDisposableEmail
key that the result is automaticaly 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 disposable email domains.
Was this helpful?