Help Center

Common questions and support documentation

We're
by
All CollectionsMarketing AutomationTag Removed

Tag Removed


The tag removed benchmark can be used to trigger actions whenever a tag is removed from a contact.


It can be triggered by removing a tag to from contact record manually, or by removing a tag through funnel builder actions.

For developers


Any area which uses the remover_tag method will cause the benchmark to trigger properly.


$contact = new WPGH_Contact( 1 );
$contact->remove_tag( [ 'my-tag' ] );



Did this answer your question?