Webhook Events
The Webhook Event Object
| Field name | Value type | Description |
|---|---|---|
| event_type | string | Description of the event (e.g., payroll.submitted, or company.form.signed). |
| resource_type | string | Name of the parent resource of the described entity (e.g., Company, or AccountingFirm). |
| resource_uuid | string | Unique identifier for the parent. |
| entity_type | string | Name of the entity that the event corresponds to. |
| entity_uuid | string | Unique identifier for the entity. |
| timestamp | number | Time at which this event was created. Measured in seconds since the Unix epoch. |
| references | object | Object containing related identifiers associated with the event. |
List of Webhook Events
Subscription type | Events |
|---|---|
created | |
provisioned | |
created | |
created | |
created | |
created | |
created | |
created | |
created | |
created | |
created | |
created | |
created | |
activated | |
created | |
generated | |
created | |
created | |
created | |
created | |
created |
Updated 3 days ago