AddCustomAttributesToCustomer
This action adds a custom field to an existing record in the Customers object.
Action Parameters
| PARAMETER NAME | DESCRIPTION |
|---|---|
| CustomerUuid | The ChartMogul UUID of the customer to add the custom field to. |
| Type | Custom field data type. Valid values are string, integer, decimal, timestamp, and boolean. |
| Key | Custom field name. |
| Value | Custom field value. |
Result
The custom field is added to the specified customer record.
Was this page helpful?