How to Use Tags, Rename Tags, and Merge Tags
Overview
Tags in MailerLogic help you organize, segment, and target your contacts efficiently. You can:
-
Add tags to contacts
-
Remove tags
-
Rename existing tags
-
Merge multiple tags into one
-
Use tags in segments for targeted campaigns
This guide explains everything you need to manage tags effectively.
What Are Tags?
Tags are simple labels you attach to contacts to categorize them.
Think of tags like sticky notes — they help you quickly group contacts based on interests, behavior, source, or status.
Examples of Tags
-
vip -
newsletter -
webinar-2024 -
interested-pricing -
braincert -
customer -
trial
Why Use Tags?
Tags make it easy to:
-
Organize contacts by type or behavior
-
Send targeted campaigns
-
Track campaign sources
-
Build dynamic segments
-
Analyze engagement by group
Tags are lightweight and flexible — you don’t need to pre-create them.
How Tags Work in MailerLogic
1. Tags Are Created Automatically
You don’t need to manually create tags first.
When you add a tag to a contact, it is automatically created.
2. Tags Are Shared Across All Contacts
Once a tag exists, it becomes available account-wide.
3. Tags Auto-Clean
If a tag is removed from all contacts, it automatically disappears from your tag list.
Managing Tags from the Dashboard
Navigate to:
CRM → Tags
From here, you can:
-
View all tags
-
See contact count per tag
-
See last used date
-
Rename tags
-
Delete tags
-
Merge multiple tags
How to Add Tags to Contacts
Method 1: When Creating a Contact (API)
Method 2: Add Tag to Existing Contact (API)
Method 3: Import Contacts via CSV
Include a tags column:
How to Remove a Tag from a Contact
Example:
How to View All Tags
Response includes:
-
Tag name
-
Contact count
-
Date added
-
Last used date
-
Last modified date
How to Rename a Tag (New Feature)
You can rename a tag directly from the Tags screen.
Rename from Dashboard
-
Go to CRM → Tags
-
Click the three-dot menu beside a tag
-
Select Rename
-
Enter the new tag name
-
Save
All contacts with the old tag will automatically receive the new tag name.
Rename via API
When to Use Rename
-
Fix typos (
premuim→premium) -
Standardize naming (
Newsletter→newsletter) -
Improve consistency (
VIP Customer→vip)
How to Merge Tags (New Feature)
Tag merging allows you to combine multiple tags into one clean, unified tag.
This is useful when:
-
You have duplicate tags
-
Different team members used variations
-
You imported inconsistent data
-
You want to consolidate old campaign tags
How Merging Works
When you merge tags:
-
All contacts with the selected tags receive the target tag
-
All source tags are removed
-
Changes are applied atomically (all-or-nothing)
Merge Tags from the Dashboard
-
Go to CRM → Tags
-
Click Merge Tags (top-right button)
-
Select the tags to merge
-
Enter the target tag name
-
Click Merge Tags
✔ All selected tags will be replaced with the new tag.
Merge Tags via API
Endpoint:
POST /api/v1/contacts/tags/merge
Example Request
Example Response
Real-World Merge Examples
1. Case Variations
Merge:
-
Newsletter
-
newsletter
-
NEWSLETTER
Into:
-
newsletter
2. VIP Consolidation
Merge:
-
vip
-
VIP Customer
-
vip-member
Into:
-
vip
3. Year-Based Cleanup
Merge:
-
customer-2023
-
customer-2024
-
customer-2025
Into:
-
customer
4. Typo Fix
Merge:
-
premim
-
premuim
Into:
-
premium
Using Tags in Segments
Tags are powerful when combined with segmentation.
Example: Contacts with Tag “vip”
Multiple Tags (AND Logic)
Contacts with BOTH vip AND newsletter:
Exclude a Tag
Newsletter subscribers who are NOT VIP:
Tag Naming Best Practices
Recommended Guidelines
-
Use lowercase:
newsletter -
Use hyphens:
premium-customer -
Keep it short
-
Be consistent
-
Use prefixes like:
-
source-facebook -
campaign-spring-2026 -
status-trial
-
Tags vs Custom Properties
| Tags | Custom Properties |
|---|---|
| Simple labels | Store actual data |
| Yes/No (has tag or not) | Key-value pairs |
| Best for grouping | Best for storing details |
Example: vip | Example: plan = Enterprise |
Use tags for segmentation.
Use custom properties for structured data.
Frequently Asked Questions
Can I undo a merge?
No. Merges are permanent. You can manually re-add old tags if needed.
Do tags affect email deliverability?
No. Tags are organizational only.
Can multiple users see the same tags?
Yes. Tags are account-wide.
Is there a limit?
No hard limit, but we recommend keeping active tags under 100 for clarity.