create_opportunity
Create a sales opportunity in ChartMogul by specifying customer, pipeline stage, amount, and estimated close date to track potential revenue.
Instructions
[ChartMogul API] Create sales opportunity. REQUIRED: customer_uuid (string), 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"). OPTIONAL: 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). All fields in data dict. Returns created opportunity object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |