One major issue with Infusionsoft is not properly capturing when a tag is applied that has already been applied. Sure we can have campaigns to apply then remove tags, but infusionsoft clearly knows when a tag is already assigned to a contact. Therefore can we “hook in” to the event when a tag is applied and run our own php script when this occurs.
I am thinking of something similar to action-filter hooks in wordpress where we override any default behavior which is simply stating in the contact’s record “Tag already Applied”. Ok so Infusionsoft has a function to create that association/property/db entry… associated with a contact object, so can we trigger any kind of event from when a tag (certain tag or all tags and use a bit switch statement)?
thanks!
Mike