Write

Create Contact Tag

Create a named tag such as 'vip' or 'warm-lead', with an optional hex color, to organize your contacts. Tags are user-scoped, and the call is idempotent, returning the existing tag if the name already exists. Use it to set up labels before tagging or filtering contacts.

create_tagPOST/api/v1/tags
crispy — bash

Example prompt: Create a tag called warm-lead with the color #FF5733

{
  "id": "tag_2b9d",
  "name": "warm-lead",
  "color": "#FF5733",
  "created": true
}
Permission scope
core
Access
Write
Category
Lead Management

What you can build

Create a vip tag with a brand color to highlight top contacts
Set up a warm-lead tag before bulk-tagging a fresh import
Standardize tag names so filters stay clean across the team
Safely re-create a tag without producing duplicates

Parameters

Inputs accepted by create_tag.

NameTypeDescription
namestringTag name (unique per user).
colorstringHex color e.g. #FF5733

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.