cm_update_custom_field_options
Update the selectable options of a multi-valued custom field in a Campaign Monitor list. Provide the list ID, custom field key, and new options; optionally keep existing options.
Instructions
Update the selectable options of a multi-valued custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | List ID. | |
| Options | Yes | The new set of options. | |
| customFieldKey | Yes | Custom field key, e.g. '[MyField]'. | |
| KeepExistingOptions | No | If true, add to existing options instead of replacing them. |