get_activities
Retrieve and filter activities from Pipedrive CRM to track tasks, meetings, and follow-ups. Manage completion status, assignees, and activity types for better workflow oversight.
Instructions
Get a list of activities from Pipedrive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Pagination start (default: 0) | |
| limit | No | Number of items to return (default: 100, max: 500) | |
| user_id | No | Filter by user ID | |
| filter_id | No | Predefined filter ID | |
| type | No | Filter by activity type | |
| done | No | Filter by completion status (0: not done, 1: done) |