ghl_opportunity_create
Create a sales opportunity in a GoHighLevel pipeline by providing pipeline ID, stage ID, and title. Optionally set value, tags, contact, and expected close date to track deals effectively.
Instructions
Create an opportunity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags (optional) | |
| title | Yes | Opportunity title | |
| value | No | Opportunity value (optional) | |
| source | No | Source (optional) | |
| stageId | Yes | Stage ID | |
| contactId | No | Contact ID (optional) | |
| sourceUrl | No | Source URL (optional) | |
| assignedTo | No | Assigned to user ID (optional) | |
| locationId | Yes | Location ID (uses GHL_LOCATION_ID if omitted) | |
| pipelineId | Yes | Pipeline ID | |
| probability | No | Probability percentage (optional) | |
| expectedCloseDate | No | Expected close date (ISO string, optional) |