# domain-tld-add

### Overview

* **Key:** `domain-tld-add`
* **Name:** New Domain TLD Discovered
* **Triggers when:** A domain TLD is detected during a discovery scan that was not detected on the previous scan

### Fields

| Field      | Type    | Description           |
| ---------- | ------- | --------------------- |
| domain\_id | integer | ID of the domain      |
| tld        | string  | TLD that was detected |

### Example data

```json
{
    "domain_id": 1234,
    "tld": "org"
}
```
