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:

Prerequisites:

  1. Business or enterprise Zoom account
  2. A Zoom Phone license


Rate Limit Label: Light


Servers

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 user, group, autoReceptionist, commonarea, or interop.

Valid values:

  • "autoReceptionist"
  • "commonarea"
  • "interop"
  • "group"
  • "user"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.