ToolsInbox

Tag conversation

Set tag and/or custom tags on a conversation.

Tool: tag_conversation

Parameters

ParamTypeRequiredDescription
conversation_idstring (slug or UUID)yesThread to tag.
tagstringnoCanonical tag (interested, meeting_booked, not_interested, …).
add_tagsstring[]noCustom tags to add.
remove_tagsstring[]noCustom tags to remove.

Tagging unsubscribe marks the person do-not-contact.

Sample request

{
  "conversation_id": "priya-sharma-0003-0008",
  "tag": "interested",
  "add_tags": [
    "warm-intro"
  ]
}

On this page