This action adds a tag to an existing contact in your ClickFunnels workspace, identified by email address.
- 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
- 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)
- 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)