An auto receptionist answers calls with a personalized recording and routes calls to a phone user, call queue, common area phone, or voicemail. An auto receptionist can also be set up so that it routes calls to an interactive voice response (IVR) system to allow callers to select the routing options.
Use this API to change information such as display name and extension number assigned to the main auto receptionist.
Prerequisites:
Pro or higher account with Zoom Phone license. Scopes:phone:write:admin
Unique Identifier of the Auto Receptionist. It can be retrieved from the List Sites API.
Body 参数multipart/form-data
extension_number
integer
可选
Extension number to be assigned to the auto receptionist. If site code is enabled, provide the short extension number instead.
name
string
可选
Display name of the auto receptionist.
<= 32 字符
返回响应
🟢204**HTTP Status Code:** `204`<br> **No Content**<br>
Auto Receptionist details updated sucessfully.
application/json
Body
No schema defined
🟠400**HTTP Status Code:** `400` **Bad Request**<br><br>
**Error Code:** `300`<br>
Extension Number must be {min} to {max} digits<br>
Validation Failed. AutoReceptionist does not exist, AutoReceptionistId: {autoReceptionistId}<br><br>
**Error Code:** `400`<br>