set_customer_property_values
Set custom property values for a customer, replacing existing ones. Specify the property UUIDs and new values; other properties stay unchanged.
Instructions
Set a customer's custom property values, replacing any current ones.
Only the properties named are touched; the rest keep their values. Every value is a string, whatever the property's type: TEXT/URL/EMAIL/FILE: the text DATETIME: "YYYY-MM-DD" DECIMAL: the number as a string, e.g. "12.5" BOOLEAN: "True" or "False" OPTION/RELATION: the option or related record's UUID Pass a single-item list for properties that are not is_multi.
Args: customer_id: UUID of the customer values: Property UUID mapped to its new values, e.g. {"": ["Enterprise"]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| customer_id | Yes |