Tags
Tags are labels that help you organize, segment, and automate interactions with your subscribers. They’re one of the most powerful features in Sequenzy.What Are Tags?
Tags are simple string labels attached to subscribers. Each subscriber can have multiple tags, and tags can be added or removed at any time.Why Use Tags?
1. Segmentation
Target specific groups in campaigns:- Send product updates to
customertagged subscribers - Exclude
churnedsubscribers from promotional emails - Target
trialusers with conversion campaigns
2. Automation Triggers
Start sequences when tags are added:- When
customertag is added → Start onboarding sequence - When
churnedtag is added → Start win-back sequence - When
enterprisetag is added → Notify sales team
3. Personalization
Customize email content based on tags:4. Analytics
Track subscriber segments over time:- How many
trialusers convert tocustomer? - What’s the churn rate for
pro-planvsstarter-plan?
System Tags
Sequenzy includes built-in system tags for common use cases:| Tag | Description | Auto-Applied |
|---|---|---|
lead | Potential customer | Manual |
customer | Paying customer | Via sync rules |
trial | In trial period | Via sync rules |
active | Active subscription | Via sync rules |
cancelled | Cancelled subscription | Via sync rules |
churned | Churned customer | Via sync rules |
past-due | Payment failed | Via sync rules |
refunded | Received refund | Via sync rules |
inactive | No recent activity | Manual |
System tags can be automatically applied through sync rules when connected to
payment providers like Stripe.
Tag Normalization
Tags are automatically normalized when created:- Converted to lowercase
- Spaces replaced with hyphens
- Special characters removed
Adding Tags
Single Tag
Multiple Tags (Bulk)
Auto-Creation
When you add a tag, Sequenzy automatically:- Creates the subscriber if they don’t exist
- Creates the tag definition if it doesn’t exist
- Adds the tag to the subscriber
Removing Tags
Tags can be removed through:- Dashboard - Manual removal in subscriber profile
- Sequences - “Remove Tag” action in automations
- Sync Rules - Automatic removal when events occur
Using Tags in Sequences
Trigger: When Tag Added
Start a sequence when a subscriber receives a tag:Action: Add/Remove Tags
Modify tags during sequence execution:Condition: Has Tag
Branch logic based on tags:Using Tags in Campaigns
Filter by Tags
When creating a campaign, filter recipients: Include subscribers with tags:customerANDactive
churnedORunsubscribed
Example: Feature Announcement
Target active customers on pro plan:Dashboard Visibility
In Settings → Tags, Sequenzy now shows:- How many unique contacts were tagged with each tag in the last 24 hours
- Which active sequences currently trigger when that tag is added
- Which paused sequences would trigger if you reactivate them
Sync Rules
Sync rules automatically manage tags based on events. When an event occurs, specified tags are added and removed.Learn About Sync Rules
Configure automatic tagging based on events
Default Sync Rules
| Event | Tags Added | Tags Removed |
|---|---|---|
saas.purchase | customer | lead, past-due, cancelled, churned |
saas.churn | churned | customer, cancelled, past-due |
saas.cancelled | cancelled | customer |
saas.payment_failed | past-due | — |
saas.refund | refunded | — |
saas.trial_started | trial | lead |
saas.trial_ended | — | trial |
Best Practices
1. Use Descriptive Names
2. Create a Tagging Strategy
Define your tag taxonomy before implementation: Lifecycle tags:lead,trial,customer,churned
free-plan,starter-plan,pro-plan,enterprise-plan
email-opened-30d,highly-engaged,at-risk
source-organic,source-paid,source-referral
3. Avoid Tag Proliferation
Too many tags become unmanageable. Consolidate similar tags:4. Use Events for Temporary States
For actions that happen multiple times, use events instead of tags:5. Document Your Tags
Maintain a reference of what each tag means and how it’s applied:| Tag | Description | Applied By |
|---|---|---|
customer | Has paid subscription | Sync rule: saas.purchase |
enterprise | Enterprise plan customer | Manual |
newsletter | Subscribed to newsletter | Signup form |
Related
Events
Trigger tag changes with events
Sync Rules
Automate tagging based on events
Sequences
Use tags to trigger and control flows
Tags API
Add tags via API