added
Added webhooks for effective employee terminations and rehires
1 day ago
Added employee.terminated_effective
and employee.rehire_effective
webhooks, which are emitted when the respective termination or rehire is effective.
For terminations:
Webhook | Effective date | When webhook is emitted |
---|---|---|
employee.terminated_effective | In the past | Immediately |
employee.terminated_effective | Today or in the future | When an employee's termination has been processed, which occurs the day after the employee's last day at 12:00 AM PT in production or 1:00 AM PT in demo. |
For rehires:
Webhook | Effective date | When webhook is emitted |
---|---|---|
employee.rehire_effective | Today or in the past | Immediately |
employee.rehire_effective | In the future | On the rehire's effective date at 12:00 AM PT in production or 1:00 AM PT in demo. |
Learn more about these on our Employee Events guide .