create_opportunity
Create a new Salesforce opportunity with required name, account ID, stage, and close date. Input optional details like amount, type, and lead source to record the sales deal.
Instructions
Create a new Salesforce opportunity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Opportunity name (required) | |
| type | No | Opportunity type (e.g., New Business, Existing Business) | |
| amount | No | Opportunity amount | |
| nextStep | No | Next step in the sales process | |
| accountId | Yes | Associated account ID (required) | |
| closeDate | Yes | Close date in YYYY-MM-DD format (required) | |
| stageName | Yes | Opportunity stage (required) | |
| leadSource | No | Lead source | |
| description | No | Opportunity description | |
| probability | No | Probability percentage (0-100) |