get_customer_property_values
Retrieve the custom property values assigned to a customer. Optionally specify a property ID to limit results to that property's value.
Instructions
Read the custom property values a customer holds.
Args: customer_id: UUID of the customer property_id: UUID of one customer property; omit to read them all
Returns: Property UUID mapped to its values. Properties with no value set, and inactive properties, are absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| property_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||