> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Do Not Reach List

> Creates the Do Not Reach suppression list for an X Ads account, used to exclude specific people from all campaigns

Creates the Do Not Reach suppression list for an X Ads account, used to exclude specific people from all campaigns. X allows one list per account.

|                       |                                  |
| --------------------- | -------------------------------- |
| **App**               | X Ads                            |
| **Operation ID**      | `x_ads_create_do_not_reach_list` |
| **Type**              | Action                           |
| **Connection**        | `x_ads` (required)               |
| **Credits per run**   | 1                                |
| **Agent / MCP tool**  | Yes                              |
| **Requires approval** | Yes (write operation)            |

## Inputs

| Field         | Type           | Required | Default | Description                                                                                                                               |
| ------------- | -------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `account`     | DynamicAccount | Yes      | -       | Select the X Ads account to create the Do Not Reach list in. X allows one list per account, so this fails if the account already has one. |
| `description` | string         | No       | -       | Optional description of the suppression list.                                                                                             |

## Output

**Type**: `Dict`

Returns the created Do Not Reach list.

**Fields**: dynamic (depend on the inputs)
