Tool to update an existing contact in BigMailer. Use when you need to modify contact details, manage list subscriptions, or update field values. Supports multiple operation modes (add, replace, remove) for field_values, list_ids, and unsubscribe_ids.
emailstringEmail address of the contact
brand_idRequiredstringID of the brand to update the contact in. Use BIGMAILER_LIST_ALL_BRANDS to get valid brand IDs.
list_idsarrayIDs of lists to manage for the contact
contact_idRequiredstringID or email address of the contact to update
list_ids_opstringControls how list_ids are applied. 'add' appends to existing, 'replace' replaces entire array, 'remove' removes supplied IDs.
field_valuesarrayField values to update. Each field must have a name and exactly one of string, integer, or date.
field_values_opstringControls how field_values are applied. 'add' copies supplied values (overwrites duplicates), 'replace' replaces entire object, 'remove' removes supplied values.
unsubscribe_allbooleanSet to true to unsubscribe the contact from all future campaigns, regardless of message type.
unsubscribe_idsarrayIDs of message types to manage unsubscription for
unsubscribe_ids_opstringControls how unsubscribe_ids are applied. 'add' appends to existing, 'replace' replaces entire array, 'remove' removes supplied IDs.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.