search_opportunities
Find Salesforce opportunities by name, account name, and stage. Returns results sorted by close date with standard and custom fields.
Instructions
Search for Salesforce opportunities by name, account, and stage. Returns matching opportunities ordered by close date. Results include both standard and custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namePattern | No | Pattern to match in Opportunity Name. Example: "Github" will match "Github Migration" or "My Github Project". | |
| accountNamePattern | No | Pattern to match in Account Name. Example: "Ford" will match opportunities for "Ford" or "Ford Motor Company". | |
| stage | No | Exact match for opportunity stage. Common values: "Proposal", "Qualification", "Negotiation", "Closed Won", "Closed Lost". | |
| pageSize | No | Number of records per page (default: 25) | |
| pageNumber | No | Page number to retrieve (default: 1) | |
| detail | No | Response detail level (default: summary) |