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
Request Body
{"settings"=>{"description"=>"testDescription", "from"=>"2022-03-05T00:00:00Z", "name"=>"test", "phone_number"=>"+12058945795", "to"=>"2022-03-06T00:00:00Z"}, "sub_setting_type"=>"holiday"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"call_forwarding_id":"qPvrfrrcrf843cdfvbDRDg","holiday_id":"fwDSdod32xmXw43rsda"}