Closed luk4s closed 4 years ago
fix update tags of contact, add or remove them. Add Tag::Collection class for manage tags of contact.
Usage:
contact.tags # => Array of Mautic::Tag objects contact.tags << "tagX" # => This build Mautic::Tag instance. contact.tags.remove "tag1" # => Remove tag1 from collection. In update request it send "-tag1" into mautic for remove = https://developer.mautic.org/#edit-contact
Manually tested with single, multiple and multiple add and subtract tags worked great!
fix update tags of contact, add or remove them. Add Tag::Collection class for manage tags of contact.
Usage: