Back to Templates

This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.
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.
tagNames[] (array of tag names).value field for matching.Credentials
How to call this sub-workflow
{ "tagNames": ["Tag A", "Tag B", "Tag C"] }
Returns aggregated tag IDs:
{ "tagIds": [123456789, 98765431, 999999999] }
tagIds[] in your parent workflow (for example, when updating or tagging contacts).