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

Name
Required
Type
Description
input
Yes
String
Text value to extract domain from
Outputs
Name
Type
Description
Last updated