update_opportunity
Update an existing opportunity's details such as name, monetary value, pipeline stage, and status. Modify contact, source, or assigned user to keep deal records accurate and current.
Instructions
Update an existing GoHighLevel opportunity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opportunityId | Yes | The GoHighLevel opportunity ID to update. | |
| contactId | No | Updated contact ID for the opportunity. | |
| pipelineId | No | Updated pipeline ID. | |
| pipelineStageId | No | Updated stage ID within the pipeline. | |
| name | No | Updated deal name. | |
| monetaryValue | No | Updated monetary value. | |
| status | No | Updated status. | |
| assignedTo | No | Updated assigned user ID. | |
| source | No | Updated source. |