> 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/website-link-new-phone.md).

# website-link-new-phone

### Overview

* **Key:** `website-link-new-phone`
* **Name:** Website Link New Phone
* **Triggers when:** A new href="tel:..." address is detected during a website scan

### Fields

| Field      | Type    | Description                        |
| ---------- | ------- | ---------------------------------- |
| detail     | string  | New phone number that was detected |
| phone      | string  | New phone number that was detected |
| scan\_id   | string  | ID of the scan                     |
| target\_id | integer | ID of the target                   |

### Example data

```json
{
  "detail": "8881112222",
  "phone": "8881112222",
  "scan_id": "202101010000x1Xx2Xx3Xx4Xx5Xx6Xx7",
  "target_id": 123456
}
```
