Update GoHighLevel Opportunity Status
ghl_update_opportunity_statusUpdate the status of a GoHighLevel opportunity by providing its ID and new status.
Instructions
Update opportunity status with PUT /opportunities/{id}/status. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New opportunity status. | |
| opportunity_id | Yes | Opportunity ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |