Skip to main content

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 with records_update, the default behavior is append — provided options are added to any existing ones. To replace the entire set instead, pass "multiselectMode": "replace".
This replaces all existing tags with just VIP. Passing an empty array with "multiselectMode": "replace" clears the field.

Multiple values

Multi-select attributes always accept an array of option ID strings.
Returns an array of { "optionId", "value", "label", "color" } objects.