> For the complete documentation index, see [llms.txt](https://docs.gradient.works/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gradient.works/kb/automation-builder-kit-abk/actions/utils/gwfxevaluatedomainaction.md).

# 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](/kb/automation-builder-kit-abk/models/domainevaluationresult.md) that specifies the extracted domain and whether the domain is included in the denylist or not.

## Configuration

{% tabs %}
{% tab title="Flow Element" %}

<figure><img src="https://2378295204-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUYXbv7c6RsZzQ00WCDTM%2Fuploads%2Fgit-blob-32e2f29f79771a4c5cfb9aa4efc3ed876d712ef7%2FGWFXEvaluateDomainAction.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Apex Properties" %}

| Name          | Required | Type   | Description                       |
| ------------- | -------- | ------ | --------------------------------- |
| input         | Yes      | String | Text value to extract domain from |
| {% endtab %}  |          |        |                                   |
| {% endtabs %} |          |        |                                   |

## Outputs

| Name   | Type                                                                                      | Description                                                      |
| ------ | ----------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| result | [DomainEvaluationResult](/kb/automation-builder-kit-abk/models/domainevaluationresult.md) | Result from evaluating the extracted domain against the Denylist |
