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

# 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

---

[API](https://skmtc.net/synthflow/apis/platform-api.md) · [All operations](https://skmtc.net/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synthflow/platform-api/versions/decb652b52e0/schema)
