Create Customer Tag
Applies a tag to a customer. If a tag does not exist with the name, it will make a new one.
<script>
window.cp('tag', {
name: '<tag_name>', // The name of the tag
});
</script>Last updated
Applies a tag to a customer. If a tag does not exist with the name, it will make a new one.
<script>
window.cp('tag', {
name: '<tag_name>', // The name of the tag
});
</script>Last updated