Use incoming webhook events to get real-time updates
event
object is created and can be sent to your webhook-endpoint.
Please note that a single change in the API may result in the creation of several events, for example,
creating a new employee results in the creation of:
employee.created
event (this is what triggered this chain reaction) ;employment.created
event (an employee must have at least one employment, which is created along the employee) ;job-position.created
event (for the same reasons).leave.updated
event even if the employee
representation might be embedded into the leave representation.occurredAt
UTC timestamp attribute of events
in order to reorder them.