---
title: "Create a new conversation request"
method: POST
path: "/v1/conversation/new"
tags: ["Conversation"]
deprecated: true
---

# Create a new conversation request

`POST /v1/conversation/new`

> **Deprecated.**

DEPRECATED: Use POST /conversation/voice/create instead

## Headers

- `x-lorikeet-voice-public-key` string, required

## Request body

- CreateConversationRequestDTO
  - `phoneNumber` string, required — The phone number of the customer
  - `publicKey` string, required — The public key of your Telephony integration
  - `remoteId` string — The remoteId of your customer
  - `firstName` string — The first name of the customer
  - `lastName` string — The last name of the customer
  - `email` string — The email of the customer
  - `state` object, required — The custom attributes of the customer - should be provided as key value object

## Response `200`

Create a new conversation request

- CreateConversationResponseDTO
  - `conversationId` object, nullable, required — The id of the conversation created. Null if ticket creation was skipped.

## Other responses

- `400` — Bad request
- `401` — Unauthorized

## Changes

- **2026-01-28** `3a67275d43b9` — 1 breaking
  - the response property `conversationId` became nullable for the status `200`

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/conversation/new/post.md)

---

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