Skip to main content
Version: v3

Update Contacts Tags

POST 

/contacts/bulk/tags/update/:type

Allows you to update tags to multiple contacts at once, you can add or remove tags from the contacts

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    contactsstring[]required

    list of contact ids to be processed

    tagsstring[]required

    list of tags to be added or removed

    locationIdstringrequired

    location id from where the bulk request is executed

    removeAllTagsboolean

    Option to implement remove all tags. if true, all tags will be removed from the contacts. Can only be used with remove type.

application/json

Successful response

Schema
    succeededbooleanrequired

    Indicates if the operation was successful

    succededbooleanrequireddeprecated

    Legacy misspelling of succeeded. Deprecated; use succeeded.

    errorCountnumberrequired

    Number of errors encountered during the operation

    responsesstring[]required

    Responses for each contact processed