---
title: "Create an Auto Attendant"
method: POST
path: "/v1/auto_attendant"
---

# Create an Auto Attendant

`POST /v1/auto_attendant`

This API allows you to create a new Auto Attendant.

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — Name of Auto Attendant
  - `description` string, required — Description of Auto Attendant
  - `recording_ID` string, required — Unique ID of Recording
  - `recording_type` 'recording' | 'outbound_tts', required — Type of Recording
  - `destination_type` 'agent' | 'department' | 'ivr' | 'voicemail' | 'time_condition' | 'custom_dialplan' | 'dynamicdp' | 'hangup', required — Type of destination. Note: In case of hangup destination_id will always be 1.
  - `destination_id` string, required — Unique ID of Destination

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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