Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 883 Bytes

File metadata and controls

31 lines (19 loc) · 883 Bytes

BulkUpdateWhatsAppContactsRequest

Properties

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]

Enum: ActionEnum

Name Value
ADD_TAGS "addTags"
REMOVE_TAGS "removeTags"
ADD_GROUPS "addGroups"
REMOVE_GROUPS "removeGroups"
OPT_IN "optIn"
OPT_OUT "optOut"
BLOCK "block"
UNBLOCK "unblock"