put https://api.whippy.co/v1/tags//contacts
Update the Tag Contacts in an organization by applying the given action
over contacts
. Before applying it, the contacts
are created or updated in case they already exists, and are opt in to all organization channels by default in case action
is add
or overwrite
.
By providing the opt_in_to
field you can choose to only opt in the contacts to specific channels. The tag must be active
.
The following actions are supported:
-
add
: Adds the contacts to the tag. -
remove
: Removes the contacts from the tag. -
overwrite
: Removes all contacts from the tag and adds the given contacts to it.
Callback