> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/technology-add.md).

# technology-add

### Overview

* **Key:** `technology-add`
* **Name:** New Technology
* **Triggers when:** New technology was discovered that was not found on the last scan

### Fields

| Field | Type    | Description                   |
| ----- | ------- | ----------------------------- |
| risk  | string  | Risk rating of the technology |
| name  | string  | Name of the technology        |
| id    | integer | ID of the technology          |

### Example data

```json
{
    "risk":"1",
    "tech": {
        "name":"Google Mail",
        "id":604
    }
}
```
