get_unread_conversations
Retrieve unread conversations from the Multilead platform to manage communications, with optional filtering by contact name for focused review.
Instructions
Retrieve unread conversations
This gets all conversations that have not been marked as read, with optional filtering by contact name.
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 unread conversations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| limit | No | ||
| offset | No | ||
| name | No |