bulkUpdateMessageTagsByFilter( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Asynchronously updates tags on a list of messages, specified by applying a filter to all messages. If a filter is not specified, this method updates all messages.

If a tag appears in both assignTags and unassignTags, it is assigned.

Method Declaration
Copy
Method Parameters
filterRecord<string, any>Required

Filter to apply to the messages. Tags are updated for messages included in this filter.


optionsBulkUpdateMessageTagsByFilterOptions
Returns
Return Type:Promise<BulkUpdateMessageTagsByFilterResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?