---
title: "Create Dial List"
method: POST
path: "/diallists"
---

# Create Dial List

`POST /diallists`

This endpoint creates a new dial list and associates it with the client.

## Request body

- object
  - `name` string, required — The name used to easily identify the dial list. Allowed values are between 2 and 255 characters.
  - `status` string, required — The status of the dial list. Allowed values are active and inactive.
  - `numbers` object[], required — The numbers available in this dial list.
    - `number` string, required — The phone number to be dialed.
    - `send_digits` string, required — Digits to send when the number dialed answers.

## Response `201`

201

- object
  - `id` integer
  - `name` string
  - `numbers` object[]
    - `label` string
    - `number` string
  - `scope` string
  - `status` string
  - `numbers_count` integer

## Other responses

- `422` — 422

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
