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:

  1. Click on the plus icon in the top-left cornor and select an Action called: "Check if Disposable Email used":
  2. Then select a Condition to check:
  3. Connect the two:
Disposable Email Action
Disposable Email Condition
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.

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!