Add ActiveCampaign tag for new Facebook Lead Ads lead
This action applies a tag to a contact (matched or created by email).
Developer info
- API endpoint slug
- active_campaign.add_tag_to_contact
- Filter code method
- ActiveCampaign.addTagToContact.skip(string?: reason)
- Runtime method
- runAction("active_campaign.add_tag_to_contact", {})
Action fields
Tag Dropdown list
- Label
- Tag
- Helper text
- The tag to apply.
- Slug
- tag_id
- Required
- true
- Can have default value
- false
Email Text input > Other
- Label
- Email address
- Helper text
- Contact's email address. Will be created if not already in your account.
- Slug
- Required
- true
- Can have default value
- true
- Filter code method
- ActiveCampaign.addTagToContact.setEmail(string: email)
First name Text input > Other
- Label
- First name
- Helper text
- Used only when creating a new contact.
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- ActiveCampaign.addTagToContact.setFirstName(string: first_name)
Last name Text input > Other
- Label
- Last name
- Helper text
- Used only when creating a new contact.
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- ActiveCampaign.addTagToContact.setLastName(string: last_name)