pci-report-expire-soon
Overview
- Key: - pci-report-expire-soon
- Name: PCI Report Expires Soon 
- Triggers when: The validity of a PCI report expires in 30 days. This occurs 60 days after a PCI report is approved. 
Fields
Field
Type
Description
approved_date
string
Date report was approved
approved_days_ago
integer
Days since report approval
expires_in_days
integer
Days until report expiration
pci_report_id
integer
ID of the report
report_name
string
Name of the report
Example data
{
  "approved_date": "2021-08-27",
  "approved_days_ago": 61,
  "expires_in_days": 29,
  "report_id": 123456,
  "report_name": "Example Report"
}Last updated
Was this helpful?