update_customer
Modify customer details in ChartMogul, including company information, contact data, status, location, and custom attributes using structured updates.
Instructions
[ChartMogul API] Update customer attributes. MODIFIABLE: company, lead_created_at, free_trial_started_at, zip, city, state, country, attributes (nested tags/custom), owner, primary_contact, status, website_url. Provide updates in data dict. attributes format: {"tags": ["new", "tags"], "custom": [{"type": "String", "key": "value"}]}. Returns updated customer object with all fields. REQUIRED: uuid (string), data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| data | Yes |