cURL
curl --request POST \ --url https://inboxapp.com/api/v1/tags \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>" } '
{ "id": "<string>", "name": "<string>", "color": "#3b82f6" }
Create a new tag for organizing threads and prospects
The name of the tag. Must be unique within the team. Maximum 255 characters.
1 - 255
Color value. Can be a hex code (e.g., #3b82f6) or a color name (e.g., 'blue', 'red'). Use the /colors endpoint to get available color names.
OK
Unique identifier for the tag.
The display name of the tag.
Hex color code for the tag (e.g., #3b82f6 for blue). Null if no color is set.
"#3b82f6"