ToolsInbox
Tag conversation
Set tag and/or custom tags on a conversation.
Tool: tag_conversation
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
conversation_id | string (slug or UUID) | yes | Thread to tag. |
tag | string | no | Canonical tag (interested, meeting_booked, not_interested, …). |
add_tags | string[] | no | Custom tags to add. |
remove_tags | string[] | no | Custom tags to remove. |
Tagging
unsubscribemarks the person do-not-contact.
Sample request
{
"conversation_id": "priya-sharma-0003-0008",
"tag": "interested",
"add_tags": [
"warm-intro"
]
}