get_other_conversations
Retrieve conversations from the 'All other messages' section in Multilead. Use this tool to access non-unread conversations with optional filtering by contact name and pagination controls.
Instructions
Retrieve other conversations (not categorized as unread)
This gets conversations from the "All other messages" section.
Args: user_id: User ID account_id: Account ID limit: Maximum number of results to return (default: 100) offset: Pagination offset (default: 0) name: Optional search filter for contact name
Returns: List of other conversations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| limit | No | ||
| offset | No | ||
| name | No |