Form Submission Internal Fields Updated by Administrator
Occurs when an administrator modifies internal field values for a form submission.
Internal Fields
This only triggers for internal fields of forms, to double check that the field is correct, ensure the Internal? checkmark is present in the settings of the relevant form.
Data includes the employee who submitted the form and the submission.
Example payload:
{
"event_key": "employee.submission_internal_fields_updated",
"occurred_at": "2024-12-08T22:32:39.398-07:00",
"data": {
"employee": {
"id": 14,
"url": "/api/employees/14"
},
"submission": {
"id": 435,
"document_id": "1",
"url": "/api/submissions/435"
}
}
}
Updated 4 months ago