upservice_assign_tag
Assign a tag to tasks, chats, assets, contacts, or attachments by providing tag ID, entity ID, and entity type. Returns JSON confirmation.
Instructions
Assign (attach) a tag to an entity such as a task, chat, asset, contact, or attachment.
Args: params (AssignTagInput): tag_id (UUID), entity_id (UUID or int), entity_type (enum)
Returns: str: JSON confirmation of the assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |