Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Create a tag

POST
/api/v3/contacts/tags
curl --request POST \
--url https://api.tryletterhead.com/api/v3/contacts/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "api": true, "name": "engaged-readers", "color": "#4287f5" }'
Media type application/json
object
api

Required. Set to true to authenticate with an API key.

boolean
name
required

Letters, numbers, hyphens, underscores, and spaces only.

string
color
required

A hex color, e.g. #4287f5.

string
Example
{
"api": true,
"name": "engaged-readers",
"color": "#4287f5"
}

Tag created

Still can’t find what you need? Contact support.