ghl_opportunity_update
Update an opportunity's pipeline stage, status, monetary value, close date, probability, assigned user, and custom fields.
Instructions
Body accepts pipelineId, name, pipelineStageId, status, monetaryValue, forecastExpectedCloseDate, forecastProbability, assignedTo, and customFields (id-or-key + string/array/object fieldValue variants) — all verified present against UpdateOpportunityDtoV3. Update Opportunity Endpoint: PUT /opportunities/{id} (Version header: v3; source: v3/opportunities-v3.json) OAuth scopes: opportunities.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Opportunity Id | |
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |