KlickTipp Tag Manager: Convert Tag Names to IDs
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, checks which tags already exist in KlickTipp, creates the missing ones, and returns a unified array of tag IDs — so you can reuse the same "get or create tags" logic across multiple automations.
How it works Accepts input tagNames[] (array of tag names). Splits the array into individual items and maps each name into a value field for matching. Loads your full KlickTipp tag list and matches by tag name. Creates tags that don’t exist yet. Combines existing + newly created tags and returns a single aggregated array of IDs.
Setup Instructions Credentials Configure your KlickTipp credentials in the KlickTipp nodes.
How to call this sub-workflow From a parent workflow, use an Execute Sub-workflow node and pass: { "tagNames": ["Tag A", "Tag B", "Tag C"] }
Output Returns aggregated tag IDs: { "tagIds": [123456789, 98765431, 999999999] }
Testing Test with a mix of existing and new tag names. Confirm new tags appear in KlickTipp and the output contains all expected IDs. Use tagIds[] in your parent workflow (for example, when updating or tagging contacts).
Related Templates
AI SEO Readability Audit: Check Website Friendliness for LLMs
Who is this for? This workflow is designed for SEO specialists, content creators, marketers, and website developers who ...
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Text automations using Apple Shortcuts
Overview This workflow answers user requests sent via Mac Shortcuts Several Shortcuts call the same webhook, with a quer...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments