# pci-report-approved

### Overview

* **Key:** `pci-report-approved`
* **Name:** PCI Report Approved
* **Triggers when:** A submitted PCI report is approved

### Fields

| Field        | Type    | Description                   |
| ------------ | ------- | ----------------------------- |
| report\_id   | integer | ID of the report              |
| report\_name | string  | Name of the report            |
| alert        | integer | Approval status of the report |

### Example data

```json
{
  "report_id": 123456,
  "report_name": "Sample Report",
  "alert": 1
}
```
