Create Tag
Tags
Create Tag
Create a new tag in the specified workspace.
POST
Create Tag
JSON Request Example
📝 Field Requirements
| Field | Type | Required | Notes |
|---|---|---|---|
name | string (max 255) | Yes | Tag name (must be unique within the workspace). |
💡 Notes
- Tag names must be unique within each workspace
- Tags can be used to organize and categorize contacts
- Unlike labels, tags do not have a color property
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the workspace.
Body
application/json
Tag creation parameters.
Unique name per workspace.
Maximum string length:
255