Shift Availability Sync
Toggle agent availability based on active shift schedules. Called by K8s CronJob every 5 minutes. Iterates all active tenants and sets agents to 'online' when their shift starts and 'offline' when it ends (only for tenants with auto_availability_from_shifts enabled).
Toggle agent availability based on active shift schedules.
Called by K8s CronJob every 5 minutes. Iterates all active tenants and sets agents to 'online' when their shift starts and 'offline' when it ends (only for tenants with auto_availability_from_shifts enabled).
Response Body
application/json
curl -X POST "https://loading/api/sync/shift-availability-sync"{
"results": {},
"status": "completed"
}