Need to change the voicemail greeting for a group of holidays

Update a call handling setting
PATCH /accounts/{accountId}/phone/extension/{extensionId}/call_handling/settings/{settingType}

Hi, I’m new using API, so hopefully this is an easy one. I need to update the voicemail greeting for a group of holidays associated with auto receptionist and call queues. I am sending:

payload = json.dumps({
“settings”: {
“holiday_id”: holiday[‘holiday_id’],
“voicemail_greeting_id”: “x9d1aTetQtqhsm2er4dsfUfw”
},
“sub_setting_type”: “call_handling”
}

to:

https://api.zoom.us/v2/phone/extension/{holiday[‘extension_id’]}/call_handling/settings/holiday_hours

and getting back 204 responses for each holiday_id, but the changes are not showing when look in zoom. I have also tried sending with “sub_setting_type”: “holiday” and did get 204 there, but still no change. What am I doing wrong?

Hi @Jurgz ,

Were you able to get this resolved? If not, please private message me the request you’re passing and I will see if I can reproduce the results.

Thank you!