Returns
Doesn’t return anything but rather POSTs a request with a Paperwork Submission Object.Raw Content Example
Paperwork Submission webhook
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POSTs a request containing a Paperwork Submission Object when paperwork is submitted.
{
"test": true,
"templateID": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"submissionID": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"submission_date": "2023-06-01T12:00:00Z",
"worker_type": "employee",
"companyID": "603d0f8f1c4b2a4e28c8f0b4",
"employeeID": "603d0f8f1c4b2a4e28c8f0b4",
"contractorID": null,
"jurisdiction": "VA",
"fields": {
"field1": "value1",
"field2": "value2"
},
"paperwork_type": "W4",
"url": "https://example.com/submission/12345"
}