<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/conversations
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Conversations

The threads between a contact and the business, across every channel.

**Scope:** `conversations`

A conversation belongs to an **inbox** (the channel it arrived on) and a
**contact** (the person on the other end). Its `status` moves between
`open`, `pending`, `on_hold` and `resolved`; `on_hold` additionally
carries a deadline and is set through its own endpoint.




```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>
```
