Add a call handling setting

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

Adds Zoom Phone call handling subsettings for your phone system. Call handling settings allow you to control how your system routes calls during business, closed, or holiday hours. For more information, see our API guide or Zoom support article Customizing call handling settings .

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

Prerequisites:

  • A Pro or a higher account with Zoom Phone enabled

Scopes: phone:write:admin

Granular Scopes: phone:write:call_handling_setting:admin

Rate Limit Label : LIGHT

Request Body

{"settings"=>{"holiday_id"=>"<string>", "description"=>"<string>", "phone_number"=>"<string>"}, "sub_setting_type"=>"call_forwarding"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"call_forwarding_id":"\u003cstring\u003e"}