Update KlickTipp contact tags by tag names
 Community Node Disclaimer This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only. --- Introduction This workflow receives a contact email plus two arrays o...
Template notes

Community Node Disclaimer This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.
---
Introduction This workflow receives a contact email plus two arrays of tag names: one list of tags to add and one list of tags to remove. It loads the full KlickTipp tag list, resolves the provided tag names into tag IDs, and then applies the changes to the contact by tagging and untagging. It is designed to be a reusable "Contact Tagging" sub-workflow for any n8n automation.
Benefits - Applies explicit tag changes (add/remove) without requiring full tag synchronization. - Automatically resolves tag names to KlickTipp tag IDs. - Keeps parent workflows simple (no manual tag ID lookups). - Reusable module for consistent tagging behavior across automations.
---
Key Features
Input Expects the contact email plus two arrays of tag names.