Documentation Index
Fetch the complete documentation index at: https://gusto-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| event_type | description | references |
|---|---|---|
| company.form.created | Company form has been created | {“company_uuid”: “<uuid>“} |
| company.form.updated | Company form has been updated | {“company_uuid”: “<uuid>“} |
| company.form.signed | Company form has been signed | {“company_uuid”: “<uuid>“} |
| contractor.form.created | Contractor form has been created | {“contractor_uuid”: “<uuid>“} |
| contractor.form.updated | Contractor form has been updated | {“contractor_uuid”: “<uuid>“} |
| contractor.form.signed | Contractor form has been signed | {“contractor_uuid”: “<uuid>“} |
| employee.form.created | Employee form has been created | {“employee_uuid”: “<uuid>“} |
| employee.form.updated | Employee form has been updated | {“employee_uuid”: “<uuid>“} |
| employee.form.signed | Employee form has been signed | {“employee_uuid”: “<uuid>”} |
references that will have the additional UUIDs to call the Gusto API to retrieve the entire entity. The example below contains references because an employee UUID is required to retrieve the form from the API /v1/employees/{employee_uuid}/forms/{form_uuid}
Example payload
Fast Ach Config Events Document Events