update_opportunity
Modify sales opportunity details in ChartMogul, including owner, pipeline stage, forecast category, amount, and estimated close date.
Instructions
[ChartMogul API] Update sales opportunity. MODIFIABLE: owner (string: email), pipeline (string), pipeline_stage (string), estimated_close_date (string: YYYY-MM-DD), amount_in_cents (integer: amount in cents), currency (string: "USD", "EUR", "GBP"), type (string: "recurring" or "one-time"), forecast_category (string: "pipeline", "best_case", "committed", "lost", "won"), win_likelihood (integer: 0-100), custom (object: key-value pairs). Provide in data dict. Returns updated opportunity object. REQUIRED: uuid (string), data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| data | Yes |