sendook_list_threads
List conversation threads in an inbox. Each thread groups related messages such as replies and forwards for organized email management.
Instructions
List conversation threads in an inbox.
Threads group related messages (replies and forwards) together. Each thread contains all messages in the conversation.
Args: params: ListThreadsInput containing: - inbox_id: Inbox to list threads from - limit: Maximum threads to return (default 20) - response_format: 'markdown' or 'json'
Returns: str: List of threads in requested format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |