/
Get Custom Field
Tool name: get-custom-field
Returns one custom field definition of a KlickTipp account: its name and data type, the placeholder that renders the value of the receiving contact in newsletter content, the key the public API addresses it with, what the account wrote about what the field holds, its internal note, group and labels, the field its values are copied to, and whether a contact can hold more than one value in it. This returns the definition -- what a contact has stored in the field is read through the contact tools.
Input example
{ "customFieldId": "string", "accountId": null }
Output example
{ "accountId": 0, "id": "string", "name": "string", "type": "string", "isGlobal": true, "multiValue": true, "placeholder": "string", "apiFieldId": "string", "category": "string", "description": "string", "notes": "string", "metaLabels": [ "string" ], "copyToFieldId": "string", "requestName": "string", "editUrl": "string" }