Admin Requested a New Form Submission
Occurs when an administrator requests a new form submission for an employee. Data includes the employee and the document assignment details.
Example payload:
{
"event_key": "employee.new_form_submission_requested",
"occurred_at": "2025-04-08T07:37:39.458-06:00",
"data": {
"assignments": [
{
"id": 124,
"document_id": "i9",
"current_submission_id": null,
"optional": false,
"status": "missing",
"active": true,
"employee": {
"id": 42,
"url": "/api/employees/42"
}
}
]
}
}
Updated 18 days ago