---
title: "Set IVR settings for a team"
method: POST
path: "/voice/ivr/settings/{team}"
tags: ["Voice"]
---

# Set IVR settings for a team

`POST /voice/ivr/settings/{team}`

REQUIRED SCOPES <code>['voice:write']</code><br>Update or create IVR (Interactive Voice Response) settings for a specific team

## Path parameters

- `team` integer, required

## Request body

- IvrSettingRequest
  - `is_active` boolean, required — Whether the IVR setting is active
  - `use_after_hours` boolean, nullable — Whether to use after hours settings
  - `menu_options` object[], required
    - `keys` object[]
      - `key` integer, required
      - `destination` 'ENUM_VALUES_HERE', required
      - `value` unknown, required
  - `default_action` 'ENUM_VALUES_HERE', required — The default action for the IVR

## Response `200`

Successful operation

- IvrSettingsResource
  - `id` integer — The unique identifier of the IVR setting
  - `organization_id` integer — The ID of the organization this IVR setting belongs to
  - `team_id` integer — The ID of the team this IVR setting belongs to
  - `organization_ivr_greeting_id` integer, nullable — The ID of the organization's IVR greeting
  - `is_active` boolean — Whether the IVR setting is active
  - `use_after_hours` boolean — Whether to use after hours settings
  - `default_action` string — The default action for the IVR
  - `menu_options` object[] — The menu options for the IVR
    - `keys` object[]
      - `key` integer
      - `destination` string
      - `value` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Team not found
- `422` — Validation error

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
