Attach Tag (lawmatics_attach-tag)
Attach one or more tags to a matter, contact, company, or task by name. A tag name that does not exist is created automatically. Provide exactly one entity ID and an array of tag names.
Tool Input
matterIdstring— ID of the matter to attach tags to
contactIdstring— ID of the contact to attach tags to
companyIdstring— ID of the company to attach tags to
taskIdstring— ID of the task to attach tags to
tagsarrayrequired— Tag names to attach (names, not IDs). A name that does not exist is created automatically.(min items: 1)
[]string
Tool Output
entityIdstringrequired— ID of the entity the tags were attached to
entityTypestringrequired— JSON:API type of the entity (e.g. prospect, contact, company, task)
tagIdsarraynullrequired— IDs of all tags currently attached to the entity after the operation; null when the response omits the tag linkage
[]string
successbooleanrequired— Always true; confirms the attach succeeded