Tag
Create tag
Creates a new tag for contact categorization.
POST
🎯 Purpose:
Tags provide flexible contact categorization beyond traditional lists, enabling:
- Dynamic segmentation based on behavior
- Multi-dimensional contact grouping
- Temporary or permanent categorization
- Cross-team tag sharing (with isShareable flag)
- Customer lifecycle stages (lead, prospect, customer, VIP)
- Behavioral tags (engaged, inactive, power-user)
- Product interests (feature-A-user, beta-tester)
- Event attendance (webinar-2024-Q1, conference-attendee)
- API calls (contact creation/update)
- Automation workflows
- Manual bulk actions
- Import operations
- Use descriptive tag names
- Establish naming conventions
- Regularly review and clean up unused tags
- Consider tag hierarchies for complex segmentation
Authorizations
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_hereBody
application/json
Tag name (must be unique within team)
Example:
"VIP Customer"
Response
✅ Tag created successfully
Unique tag identifier with tag_ prefix
Pattern:
^tag_[a-zA-Z0-9]{22}$Example:
"tag_abc123def456ghi789"
Tag name
Example:
"VIP Customer"
Tag creation timestamp
Example:
"2024-01-20T10:30:00Z"
Tag last update timestamp
Example:
"2024-01-20T10:30:00Z"