Create a tag
Creates a new user-defined tag in the current project. A random color is assigned.
Body·
required
application/json
Create a tag
- Type: stringrequired
Name of the tag. Maximum 18 characters.
Responses
- application/json
- application/json
Request Example for post/v1/tags
curl http://api.mailreach.co/api/v1/tags \
--request POST \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: YOUR_SECRET_TOKEN' \
--data '{
"name": "sales-team"
}'
{
"id": 7,
"name": "sales-team"
}