| Name | Type | Description | Notes |
|---|---|---|---|
| action | ActionEnum | Bulk action to perform | |
| contactIds | List<String> | Contact IDs to update (max 500) | |
| tags | List<String> | Tags to add or remove (required for addTags/removeTags) | [optional] |
| groups | List<String> | Groups to add or remove (required for addGroups/removeGroups) | [optional] |
| Name | Value |
|---|---|
| ADD_TAGS | "addTags" |
| REMOVE_TAGS | "removeTags" |
| ADD_GROUPS | "addGroups" |
| REMOVE_GROUPS | "removeGroups" |
| OPT_IN | "optIn" |
| OPT_OUT | "optOut" |
| BLOCK | "block" |
| UNBLOCK | "unblock" |