Skip to content

For Developers

KlickTipp API to Manage Contacts, Tags, and Email Campaigns

Quickstart

Create a Listbuilding via API-Key, send a SignIn request with contact data, and let KlickTipp handle opt-in and tagging automatically.

curl -X POST https://api.klicktipp.com/subscriber/signin \
  -H "Content-Type: application/json" \
  -d '{
    "apikey": "{{api_key}}",
    "email": "alex.example@klicktipp.example",
    "fields": {
      "fieldFirstName": "Alex",
      "fieldLastName": "Example"
    }
  }

Accelerate Your Development with the Power of the KlickTipp API

The KlickTipp API enables full programmatic control over your email marketing and automation workflows from external systems. Use it to manage contacts, tags, opt-in processes, and automations, and to synchronize user events from your CRM, shop, or backend services in real time. The API is designed for reliable, secure, and scalable integrations that grow with your requirements.

Key Features

Subscriber Management: Create, update, and delete contacts programmatically.

Tag Automation: Assign and remove tags to trigger KlickTipp automations.

Event-Driven Workflows: Sync user actions from your systems to KlickTipp instantly.

Secure API Access: API key based authentication for simple Integration and Token-based authentication for more functionality. with fine-grained permissions.


Common Use Cases

The KlickTipp API is commonly used to connect external systems with email marketing and automation workflows. The following use cases illustrate typical integration scenarios and show how KlickTipp fits into real-world architectures.