Links
Comment on page

Evaluate Domain against Denylist

Check if a domain is in the deny list
Takes a text input and extracts a domain (if possible) and compares that to the domains denylist you configured. The result will contain a DomainEvaluationResult that specifies the extracted domain and whether the domain is included in the denylist or not.

Configuration

Flow Element
Apex Properties
Name
Required
Type
Description
input
Yes
String
Text value to extract domain from

Outputs

Name
Type
Description
result
Result from evaluating the extracted domain against the Denylist
Last modified 9mo ago