---
title: "Create a phone book entry"
method: POST
path: "/phonebooks/{phone_book_id}/entries"
---

# Create a phone book entry

`POST /phonebooks/{phone_book_id}/entries`

## Path parameters

- `phone_book_id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `phone_number` string, required
  - `transfer_condition` string, required

## Response `200`

200

- CreateAPhoneBookEntryResponse200
  - `status` string
  - `response` PhonebooksPhoneBookIdEntriesPostResponsesContentApplicationJsonSchemaResponse
    - `key` string

## Changes

- **2026-08-22** `292b6010eb31` — 1 info
  - api tag `` removed

[Change history](https://skmtc.dev/synthflow/apis/platform-api/changes/phonebooks/:phone_book_id/entries/post.md)

---

[API](https://skmtc.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/6976456ad422/schema)
