top of page

E2F: Review BlackList

Leverage the Review BlackList apex action to blacklist email address and/or email address domains from the email-to-flow process. 

Inputs

Email Address

The email address to evaluate against the blacklist.Leverage the Review BlackList apex action to blacklist email address and/or email address domains from the email-to-flow process.  

Outputs

blackListReason

If domainBlackListed or emailBlackListed is true and a reason was identified, it is returned in this variable.

domain

The domain retrieved from the email address.

domainBlackListed

Set to True if the email address domain is blacklisted.  A blacklisted email address overrides a blacklisted domain.

emailBlackListed

Set to True if the email address is blacklisted.  A blacklisted email address overrides a blacklisted domain.

​isSuccess

Set to True if the apex action was successful.  Set to False if an error was encountered.

Error Message

If status is “Fail”, the message of the error encountered

The BlackList Custom Metadata Type identifies active email addresses and email address domains to blacklist. 

bottom of page