AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
DripDrip

Remove tag from subscriber

This action will remove a tag from 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 remove a tag from a subscriber.
API endpoint slug
drip.remove_tag_from_subscriber
Filter code method
Drip.removeTagFromSubscriber.skip(string?: reason)
Runtime method
runAction("drip.remove_tag_from_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.removeTagFromSubscriber.setEmail(string: email)

Tag Text input > Other

Label
Tag
Helper text
The tag to remove from the subscriber.
Slug
tag
Required
true
Can have default value
true
Filter code method
Drip.removeTagFromSubscriber.setTag(string: tag)