AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
DripDrip

Add tag to subscriber

This action will add a tag to a subscriber.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Email Text input > Other

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)

Tag Text input > Other

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)