Authorizations
Enter your API key
Path Parameters
Body
application/json
The timezone of the team
Whether the routing rules respect the timezone for the teams
Whether the routing rules respect the user capacity for the teams
The fallback sub team of the team
The dates of the team's holidays
Example:
["25-12", "25-12-2024"]
Whether the routing rules respect the user timezone for the teams
Whether the routing rules respect the user availability for the teams
Whether the routing rules respect the user business hours for the teams
The user routing strategy for the team
Available options:
manual
, round_robin
Whether the team uses common daily config
The common slots for the team
Example:
[{ "start": "09:00", "end": "17:00" }]
The business hours of the team
Example:
{
"monday": {
"isActive": true,
"slots": [{ "start": "09:00", "end": "17:00" }]
}
}
Response
Operation successful