Employee Created

Triggered when a new employee is created.

Behavior & Constraints

  • Creation Sequence: When an employee is created, both employee.created and employee.updated events fire sequentially due to the create-then-initialize pattern.
  • Data Availability: The data object contains the companyId and employeeId of the newly created employee.
  • Permission Checking: This event does not enforce permission checking. The webhook will fire for all subscribers regardless of the API token's field-level permissions.

Deprecation Notice

Note: This event is the modern replacement for the legacy employee_with_fields.created event. While the legacy event is deprecated, it will remain available for the foreseeable future to support existing integrations. We encourage using this new event for all new development.

Important: You cannot subscribe to both this new event and the legacy employee_with_fields events on the same webhook. Webhooks created without specifying any events will default to the legacy behavior, effectively subscribing to the employee_with_fields events automatically.