🤝 Update KlickTipp contact tags by tag names

0 views · 🤝 CRM & Sales Operations

Description

image.png

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


Key Features

Input

Expects the contact email plus two arrays of tag names.

Example input:

{
  "email": "example@email.com",
  "tagNamesToAdd": ["Tag name 1", "Tag name 2"],
  "tagNamesToRemove": ["Tag name 3"]
}

Processing

Output

This workflow updates the contact in KlickTipp by:


Testing

🔗 Nodes Used

Execute Workflow Trigger, Filter

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup