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
{
"report_id": 123456,
"report_name": "Sample Report",
"alert": 1
}
Last updated
Was this helpful?