POST /phone/setting_templates
This API lets you create a Zoom Phone setting template for an account. Template type includes User, Auto Receptionist, or Call Queue. Settings include profile, policy and user settings. After creating a phone template, the settings defined via this request will become the default settings for an account.
Scope:
phone:write:adminphone:write
Prerequisites:
- Business or enterprise Zoom account
- A Zoom Phone license
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
name |
String | Yes |
The name of the template. |
site_id |
String | No |
Unique identifier of the site. Required only when multiple sites are enabled. See Managing multiple sites for details. |
description |
String | No |
A description of the template. |
type |
String | Yes |
The type of template. Values include Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.