Update GoHighLevel Opportunity
ghl_update_opportunityUpdate an existing opportunity in GoHighLevel by specifying its ID and modifying fields such as status, pipeline stage, or monetary value.
Instructions
Update an opportunity with PUT /opportunities/{id}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| extra | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| source | No | ||
| status | No | ||
| contactId | No | ||
| assignedTo | No | ||
| pipelineId | No | ||
| monetaryValue | No | ||
| opportunity_id | Yes | Opportunity ID. | |
| pipelineStageId | No | ||
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |