Tags
List tags
Create tag
"red", "blue", "green", "purple", etc.) or a hex code ("#ef4444"). Use GET /tags/colors to see all predefined options.
Update tag
Delete tag
Apply tags to a prospect
Tags are updated incrementally usingaddTags and removeTags on the prospect context endpoint:
Statuses
List statuses
Create status
Update status
Delete status
Set prospect status
Clear prospect status
Filtering threads by tags and statuses
Filter threads using thefilters parameter on GET /threads. Filters combine with AND logic:
filters[tags][noTags]: true or filters[statuses][noStatus]: true to find threads with no tags or no status respectively.
See Managing threads — Filtering for the full list of filter options and the Query parameters reference for encoding details.
Common patterns
Tag system setup
Pipeline setup
Auto-tagging by follower count
Related endpoints
List tags
GET /tags
Create tag
POST /tags
List statuses
GET /statuses
Create status
POST /statuses
Update prospect context
PATCH /prospects//context
Available colors
GET /colors