ToolsInbox
List conversations
Inbox - filter and paginate conversations (needs_attention=true → awaiting reply).
Tool: list_conversations
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
needs_attention | boolean | no | true → threads awaiting your reply (HTTP GET: string true/1/yes also accepted). |
status | string | no | active, archived, or closed. |
tag | string | no | Canonical tag (interested, meeting_booked, not_interested, …). |
person_id | string (slug or UUID) | no | Threads for one prospect. |
connected_account_id | string (slug, UUID, or alias) | no | Threads on one sender seat. Alias: account_id. |
limit | integer | no | Default: 50. |
cursor | string | no | Pagination offset from the previous page. |
Sample request
{
"needs_attention": true,
"limit": 50
}