This action will add a tag to a subscriber.
- API endpoint slug
- drip.add_tag_to_subscriber
- Filter code method
- Drip.addTagToSubscriber.skip(string?: reason)
- Runtime method
- runAction("drip.add_tag_to_subscriber", {})
Action fields
- Label
- Email
- Helper text
- The subscriber's email address.
- Slug
- email
- Required
- true
- Can have default value
- true
- Filter code method
- Drip.addTagToSubscriber.setEmail(string: email)
- Label
- Tag
- Helper text
- The tag to apply to the subscriber. If the tag does not exist in your account, a new one will be created.
- Slug
- tag
- Required
- true
- Can have default value
- true
- Filter code method
- Drip.addTagToSubscriber.setTag(string: tag)