Flexible tagging system for categorizing and organizing contacts.
Features:
- Add/remove tags from contacts
- List all tags with usage counts
- Bulk tag operations
- Filter contacts by tags
- Use in segment filters
Best Practices:
- Use lowercase, hyphenated names (e.g., "early-adopter")
- Create tags for lifecycle stages ("trial", "paid", "churned")
- Tag by acquisition source ("webinar-2024", "partner-referral")
- Tag by interests or preferences ("product-updates", "newsletters")
- US Data Centerhttps://api.mailerlogic.net/api/v1/contacts/tags
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/v1/contacts/tags
curl -i -X GET \
https://api.mailerlogic.net/api/v1/contacts/tags \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "success": true, "data": [ { … } ] }