list_conversations
List inbox conversations to view email replies from subscribers. Filter by status, search text, or unread state, with pagination for easy browsing.
Instructions
List inbox conversations (email replies from subscribers). Filter by status, free-text search, or unread state, with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID. If not provided, uses the currently selected company. | |
| status | No | Filter by conversation status. Defaults to all. | |
| search | No | Free-text search across conversation subjects and participants. | |
| unread | No | Set true to only return conversations with unread messages. | |
| page | No | Page number. Defaults to 1. | |
| limit | No | Results per page, from 1 to 100. Defaults to 20. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the Sequenzy operation succeeded. | |
| message | No | Human-readable status, confirmation, or next-step message. | |
| note | No | Additional context about the result. | |
| items | No | Fallback array wrapper used only when a tool returns a bare array. | |
| value | No | Fallback object wrapper used only when a tool returns a non-object value. | |
| conversations | No | List of inbox conversation records returned by Sequenzy. | |
| pagination | No | Pagination metadata. |