pipedrive_search_projects
Search Pipedrive projects by title using exact or fuzzy matching. Retrieve results with pagination and custom limits.
Instructions
Search for projects in Pipedrive by title. (Requires the Projects add-on; Projects API is in public beta.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (required) | |
| exact_match | No | Use exact match instead of fuzzy search | |
| limit | No | Number of results (1-100, default 50) | |
| cursor | No | Cursor for pagination |