search_organizations
Search Pipedrive organizations by term, matching names and fields. Returns a JSON array of matching organizations.
Instructions
Full-text search organizations by term.
Searches across organization names and other fields.
Args: term: Search term limit: Maximum results (default: 100)
Returns: JSON array of matching organizations
Examples: - search_organizations(term="acme") - Search for Acme organizations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |