Logo
Zoom Public API Documentation

Update auto receptionist IVR

PATCH {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/ivr

Updates the interactive voice response (IVR) system of the specified auto receptionist.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:auto_receptionist_ivr:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/ivr' -H 'Content-Type: application/json' -d '{"audio_prompt_id":"\u003cstring\u003e","caller_enters_no_action":{"action":"\u003cinteger\u003e","audio_prompt_repeat":1,"forward_to_extension_id":"\u003cstring\u003e"},"holiday_id":"\u003cstring\u003e","hours_type":"\u003cstring\u003e","key_action":{"action":"\u003cinteger\u003e","key":"\u003cstring\u003e","target":{"extension_id":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"},"voicemail_greeting_id":"\u003cstring\u003e"}}'

ENDPOINTS