GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security

External Payroll Events

When subscribed to the ExternalPayroll webhooks you will receive the following events:

event_typedescription
external_payroll.createdExternal Payroll has been created.
external_payroll.updatedExternal Payroll has been updated.
external_payroll.deletedExternal Payroll has been deleted.

Example payload

{
  "event_type": "external_payroll.updated",
  "resource_type": "Company",
  "resource_id": 7756341741171842,
  "resource_uuid": "5df911a0-e8e9-412d-8aaf-a46ad193dd96",
  "entity_type": "ExternalPayroll",
  "entity_id": 7757842011281647,
  "entity_uuid": "c02f2c32-34f7-4128-9145-7d49f0c3f355",
  "timestamp": 1671058841
}