This action will add a subscriber to a specific tag.
- API endpoint slug
- kit.add_tag_to_subscriber
- Filter code method
- Kit.addTagToSubscriber.skip(string?: reason)
- Runtime method
- runAction("kit.add_tag_to_subscriber", {})
Action fields
- Label
- Tag
- Slug
- tag
- Required
- true
- Can have default value
- false
- Label
- Email Address
- Slug
- email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Kit.addTagToSubscriber.setEmail Address(string: email_address)
- Label
- First Name
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Kit.addTagToSubscriber.setFirst Name(string: first_name)