---
title: "Create IVR"
method: POST
path: "/v1/ivr"
---

# Create IVR

`POST /v1/ivr`

This API allows you to create a new IVR.

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Name of the IVR
  - `description` string, required — Description for IVR
  - `recording` string, required — Unique ID of the recording. For example, recording||28935. ID can be retrieved through the system recordings on the web panel
  - `timeout` integer, required — Time for which the IVR will ring. For example, 30
  - `transfer code` string
  - `destination` string[], required — For example, extension||id
  - `option` integer[], required — DTMF option, you can add more options by clicking on ADD button. For example, 1
  - `incorrect_count` integer, required — The number of retries permitted after invalid inputs. For example, 2.
  - `invalid_recording` string, required — For example, recording||id
  - `invalid_destination` string, required — For example, extension||id
  - `timeout_retry_recording` string, required — For example, recording||id
  - `timeout_recording` string, required — For example, recording||id
  - `timeout_destination` string, required — For example, extension||id
  - `timeout_tries` integer, required — For example, 2
  - `recording_invalid` string, required — For example, recording||id
  - `timeout_retries` integer, required — For example, 2.
  - `sms template` integer[] — Unique ID of SMS Template to be associated with IVR Option, only applicable if SMS Template setting is enabled for user account. For example, 35642.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config.md) · [All operations](https://skmtc.net/tatatelebusiness/apis/smartflo-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatatelebusiness/smartflo-base-api-config/revisions/6d23fb7bf7e1/schema)
