hubspot_get_recent_conversations
Retrieve recent conversation threads and their messages from HubSpot CRM. Use pagination and caching controls to manage data efficiently.
Instructions
Get recent conversation threads from HubSpot with their messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination token | |
| limit | No | Maximum number of threads to return (default: 10) | |
| refresh_cache | No | Whether to refresh the threads cache (default: false) |