PATCH /phone/auto_receptionists/{autoReceptionistId}

An auto receptionist answers calls with a personalized recording and routes calls to a phone user, call queue, common area phone, or voicemail. An auto receptionist can also be set up so that it routes calls to an interactive voice response (IVR) system to allow callers to select the routing options.
Use this API to change information such as display name and extension number assigned to the main auto receptionist.

Prerequisites:

Rate Limit Label: Light

Servers

Path parameters

Name Type Required Description
autoReceptionistId String Yes

Unique Identifier of the Auto Receptionist. It can be retrieved from the List Sites API.

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
extension_number Integer No

Extension number to be assigned to the auto receptionist. If site code is enabled, provide the short extension number instead.

name String No

Display name of the auto receptionist.

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.