---
title: "Add new speed dial 8"
method: POST
path: "/user/speed_dial_8"
tags: ["User"]
---

# Add new speed dial 8

`POST /user/speed_dial_8`

Create new speed dial 8.

## Request body

- object
  - `code` string, required — The speed dial 8 dialing code. Available code range from `2` to `9`.
  - `phone_number` string, required — The phone number that you want to call.
  - `description` string — The description of speed dial.

## Response `201`

Created

- object
  - `id` string — The unique ID of the resource.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
