create_opportunity
Add a new sales opportunity to a GoHighLevel pipeline by providing the contact, deal name, pipeline stage, and optional details like value and status.
Instructions
Create a new GoHighLevel opportunity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The contact ID this opportunity belongs to. | |
| pipelineId | Yes | The pipeline ID where the opportunity should be created. | |
| pipelineStageId | Yes | The stage ID where the opportunity should be placed. | |
| name | Yes | The opportunity or deal name. | |
| monetaryValue | No | The monetary value of the opportunity. | |
| status | No | Initial status such as open, won, lost, or abandoned. | |
| assignedTo | No | User ID to assign the opportunity to. | |
| source | No | Lead source or deal source. |