Attribute type
multiselect
Use it for
Multiple options from a configured list, such as tags, segments, or interests.Request value
Send an array of option ID strings.Returned shape
Returns an array of{ "optionId", "value", "label", "color" } objects.
Example response
Update behavior
When updating a multiselect field withrecords_update, the default behavior is append — provided options are added to any existing ones. To replace the entire set instead, pass "multiselectMode": "replace".
VIP. Passing an empty array with "multiselectMode": "replace" clears the field.
Multiple values
Multi-select attributes always accept an array of option ID strings.{ "optionId", "value", "label", "color" } objects.