Tool name: create-manual-tag
Creates a manual tag in KlickTipp, one that is assigned deliberately rather than by KlickTipp itself. Creating a tag assigns it to nobody and changes no contact. Tags are never created as a side effect elsewhere, so a tag a contact should carry has to be created here first. The name has to be unique within the account. The description is what tells a later reader what the tag means.
Name of the tag, which has to be unique within the account and cannot be a number alone
What the tag stands for, so a person or a model reading it later knows when to assign it
Default:null
Input example
{ "name": "string", "description": null, "accountId": null }
Output example
{ "accountId": 0, "id": 0, "name": "string", "description": "string", "type": "string", "isWritable": true, "multiValue": true, "editUrl": "string", "usedBy": [ "string" ] }