Evaluate Domain against Denylist
Check if a domain is in the deny list
Last updated
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.

input
Yes
String
Text value to extract domain from
Last updated