POST /phone/sites

Sites allow you to organize Zoom Phone users in your organization. Use this API to create a Site.
Prerequisites:

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
default_emergency_address Object No
default_emergency_address.address_line1 String Yes

Address Line 1 of the emergency address consisting of house number and street name.

default_emergency_address.state_code String Yes

State Code of the emergency address.

default_emergency_address.zip String Yes

Zip Code of the emergency address.

default_emergency_address.country String Yes

Two lettered country code (Aplha-2 code in ISO-3166) standard of the Site's emergency address.

default_emergency_address.city String Yes

City of the emergency address.

default_emergency_address.address_line2 String No

Address Line 2 of the emergency address consisting of Building number, floor number, unit, etc.

name String Yes

Name of the Site.

short_extension Object No

Short extension of the phone site.

short_extension.length Integer No

Specify the length of short extension numbers for the site.

Since there is a default 6-digit limit on extensions, the short extension can be 2 to 5 digits and the length of site code added to the length of short extension can not exceed a value of 6 (i.e., length of site_code+ length of short_extension should always be less than or equal to 6).

Default value: 3

site_code Integer No

Identifier for a site. If site code is enabled, this field is required.

auto_receptionist_name String Yes

Display name of the auto-receptionist for the site.

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.