Logo
Zoom Public API Documentation

Add a call handling setting

POST {{baseUrl}}/phone/extension/:extensionId/call_handling/settings/:settingType

Use this API to create a Zoom Phone call handling setting. Call handling settings let you control how your system routes calls during business, closed, or holiday hours. For more information, read our Customizing call handling settings documentation.

Applicable to user, call queue, or auto receptionist call handling at this time.

Scopes: phone:write:admin
Rate Limit Label: Light

Prerequisites: * A Pro or a higher account with Zoom Phone enabled

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "call_forwarding_id": "qPvrfrrcrf843cdfvbDRDg", "holiday_id": "fwDSdod32xmXw43rsda" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/extension/:extensionId/call_handling/settings/:settingType' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"settings":{"description":"testDescription","from":"2022-03-05T00:00:00Z","name":"test","phone_number":"+12058945795","to":"2022-03-06T00:00:00Z"},"sub_setting_type":"holiday"}'

ENDPOINTS