get_all_conversations
Retrieve conversations from all channels in Multilead with optional filtering by contact name and tags for efficient lead management.
Instructions
Retrieve all conversations from all channels
This gets conversations from the "All channels" endpoint, with optional filtering by name and tags.
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 tag_ids: Optional comma-separated list of tag IDs to filter by
Returns: List of all conversations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| limit | No | ||
| offset | No | ||
| name | No | ||
| tag_ids | No |