Skip to content

KlickTipp API

Control Contacts, Tags, and Email campaigns in real time

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 allows you to fully control your email marketing automation from external systems. Integrate KlickTipp with your CRM, shop, backend services, or custom workflows and react to user behavior in real time.

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.