Close menu
Explore Plans
Mobile menu Close menu
ClickFunnels

Add tag to contact

This action adds a tag to an existing contact in your ClickFunnels workspace, identified by email address.

Developer info

API endpoint slug
clickfunnels.add_tag_to_contact
Filter code method
Clickfunnels.addTagToContact.skip(string?: reason)
Runtime method
runAction("clickfunnels.add_tag_to_contact", {})

Action fields

Email address Text input > Other

Label
Email address
Helper text
The email address of the contact to tag.
Slug
email_address
Required
true
Can have default value
true
Filter code method
Clickfunnels.addTagToContact.setEmailAddress(string: email_address)

Tag name Text input > Other

Label
Tag name
Helper text
The name of the tag to add to the contact. The tag will be created in your workspace if it does not already exist.
Slug
tag_name
Required
true
Can have default value
true
Filter code method
Clickfunnels.addTagToContact.setTagName(string: tag_name)