workflows.fit
Back to n8n workflows
n8n templateFreeBy KlickTipp

Resolve and create KlickTipp tags from names with optional prefixes

![image.png](fileId:4563) Community Node Disclaimer This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only. --- Introduction This workflow receives an array of tag names, optionally...

Core NodesMergeSplit OutSetN8n-nodes-klicktipp.klicktipp
Loading interactive preview...

Template notes

![image.png](fileId:4563)

Community Node Disclaimer This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.

---

Introduction

This workflow receives an array of tag names, optionally applies a prefix to all tags, checks which tags already exist in KlickTipp, creates the missing ones, and returns a unified array of resolved tag names. This allows you to reuse the same get or create tags logic across multiple automations without duplicating tag-handling logic.

It’s especially useful when tags are namespaced by a tool or source (for example, Zoho | Webinar) and you want to enforce consistent tagging conventions across different workflows.

---

How it works