pipedrive_search_organizations
Search for organizations in Pipedrive by name or address, with options for exact match, field-specific search, and pagination.
Instructions
Search for organizations by name or address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| fields | No | Comma-separated fields to search (name, address, notes, custom_fields). Defaults to all. | |
| exact_match | No | Use exact match | |
| limit | No | Number of results (1-100) | |
| cursor | No | Cursor for pagination (from previous response) |