---
title: "Changes to Enqueue a conversation session"
method: POST
path: "/conversation-sessions/enqueue"
---

# Changes to Enqueue a conversation session

`POST /conversation-sessions/enqueue`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-28** `8ccfb9a461e2` — 8 breaking, 9 info
- **2026-07-23** `373ee68a440c` — 1 info

## Changes

- **2026-07-28** `8ccfb9a461e2` — 8 breaking, 9 info
  - the `observation` request property's minLength was increased from `0` to `1`
  - the `phoneNumberWaId` request property's minLength was increased from `0` to `1`
  - the `waId` request property's minLength was increased from `0` to `1`
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` to the request property `queueId`
  - response property `currentQueueId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `enqueueDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `ticketId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `transferObservation` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the response property `conversationId` became required for the status `200`
  - the response property `currentQueueId` became required for the status `200`
  - the response property `enqueueDate` became required for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `status` became required for the status `200`
  - the response property `ticketId` became required for the status `200`
  - the response property `transferObservation` became required for the status `200`
  - the `conversationId` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` was added for the status `200`
  - the `id` response's property pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` was added for the status `200`
- **2026-07-23** `373ee68a440c` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/docs/conversation-sessions/enqueue/post.md) · [API](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api.md) · [Page](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/conversation-sessions/enqueue/post)
