# project-file

### Overview

* **Key:** `project-file`
* **Name:** Project File Attached
* **Triggers when:** A new file is attached to a project

### Fields

| Field      | Type    | Description                               |
| ---------- | ------- | ----------------------------------------- |
| filename   | string  | Name of file that was attached to project |
| review\_id | integer | ID of the review                          |

### Example data

```json
{
    "filename": "Test Report.pdf",
    "review_id": 12345
}
```
