ToolsInbox

List conversations

Inbox - filter and paginate conversations (needs_attention=true → awaiting reply).

Tool: list_conversations

Parameters

ParamTypeRequiredDescription
needs_attentionbooleannotrue → threads awaiting your reply (HTTP GET: string true/1/yes also accepted).
statusstringnoactive, archived, or closed.
tagstringnoCanonical tag (interested, meeting_booked, not_interested, …).
person_idstring (slug or UUID)noThreads for one prospect.
connected_account_idstring (slug, UUID, or alias)noThreads on one sender seat. Alias: account_id.
limitintegernoDefault: 50.
cursorstringnoPagination offset from the previous page.

Sample request

{
  "needs_attention": true,
  "limit": 50
}

On this page