Virtual Receptionist
Update a virtual receptionist
Update a virtual receptionist
post/ivrs/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the virtual receptionist.
Request body
Example request
{
"language": "en-US",
"prompt_file_id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"transfer_prompt_file_id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"custom_forward_rules": [
{
"office_hours": {
"mode": "CUSTOM",
"monday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"tuesday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"wednesday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"thursday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"friday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"saturday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
},
"sunday": {
"ranges": [
{
"from": "09:00",
"to": "17:00"
}
]
}
},
"holidays": [
"NzAwNTUxOTA5NzczMTQ4MTYw"
]
}
],
"outbound_caller_ids": [
{
"provider_id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}Response
OK