I9 Expiring Documents
Occurs when Staff has expiring documents, either a receipt or documents requiring reverification. Triggers either 30 days before the expiration date or upon submission if there are < 30 days from submission date. Filtered to active staff and current Form I-9 submission. Data includes the employee and the Form I-9 submission.
Example payload:
{
"event_key": "employee.submission_expiring_documents",
"occurred_at": "2024-07-19T08:43:20.363-06:00",
"data": {
"employee": {
"id": 10,
"url": "/api/employees/10"
},
"submission": {
"id": 45,
"document_id": "i9",
"url": "/api/submissions/45",
"documentation_expiration_date": "2024-07-26"
}
}
}
Updated about 2 months ago