Kustomer Update Customer Attribute
Inputs
Input | Type | Description |
---|---|---|
Domain | String | Kustomer Domain |
Kustomer API Key | String | Kustomer API Key |
Customer ID | String | Customer ID |
Field Name | String | Field Name |
Field Value | Object | Field Value |
Field Name taken as string e.g. 'tags'
, 'custom'
etc
Field Value taken as string, array, or object; e.g. for attribute Field Name 'tags'
pass Field Value as array ['tag_1', 'tag_2']
, for attribute Field Name 'custom'
pass Field Value as object {'custom_attribute_name': custom_attribute_value}
; see Body Params under this Kustomer page for reference.
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | Whether the conversation was successfully updated |
Customer Data | Object | Updated Customer Data object |
Error | String | Error message |
Updated 6 months ago