priority, conditions, destination, fallback.{
"priority": 1,
"conditions": {
"time_of_day": {
"days": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"start": "08:00",
"end": "17:00"
},
"public_holiday": true
},
"destination": {
"type": "phone",
"number": "27821234567"
},
"fallback": {
"on": [
"busy",
"no_answer"
],
"timeout_seconds": 30,
"destination": {
"type": "phone",
"number": "27821234567"
}
}
}