updateAutoReceptionistDetails.Rd
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 https://support.zoom.us/hc/enus/articles/360021121312ManagingAutoReceptionistsandInteractiveVoiceResponseIVR#h_1d5ffc566ba34ce59d864a1a1ee743f3 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 ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
updateAutoReceptionistDetails( autoReceptionistId, name = NULL, extension_number = NULL, return_response = F )
autoReceptionistId | Unique Identifier of the Auto Receptionist. It can be retrieved from the List Sites API https://marketplace.zoom.us/docs/apireference/zoomapi/phonesite/listphonesites . |
---|---|
name | Display name of the auto receptionist. |
extension_number | Extension number to be assigned to the auto receptionist. If site code is enabled, provide the short extension number instead. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |