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

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Body

string[]
required
list of contact ids to be processed
string[]
required
list of tags to be added or removed
string
default:"asdrwHvLUxlfw5SqKVCN"
required
account id from where the bulk request is executed
boolean
default:"false"
Option to implement remove all tags. if true, all tags will be removed from the contacts. Can only be used with remove type.

Respuestas

boolean
default:"True"
required
Indicates if the operation was successful
number
default:"0"
required
Number of errors encountered during the operation
string[]
required
Responses for each contact processed

Ejemplo