retrieve_opportunity
Retrieve detailed opportunity data from ChartMogul using a UUID to access amount, currency, and custom attributes for sales analysis.
Instructions
[ChartMogul API] Retrieve specific opportunity by UUID. Returns complete opportunity object with amount_in_cents (INTEGER CENTS - divide by 100), currency, custom attributes. REQUIRED: uuid (string: opportunity UUID)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |