This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
Introduction
This workflow automates Stripe checkout confirmations by capturing transaction data and syncing it into KlickTipp. Upon successful checkout, the contact's data is enriched with purchase details and tagged to trigger a personalized confirmation campaign in KlickTipp. Perfect for digital product sellers, course creators, and service providers seeking an end-to-end automated sales confirmation process.
Benefits
- Instant confirmation emails: Automatically notify customers upon successful checkout—no manual processing needed.
- Structured contact data: Order data (invoice link, amount, transaction ID, products) is stored in KlickTipp custom fields.
- Smart campaign triggering: Assign dynamic tags to start automated confirmation or fulfillment sequences.
- Seamless digital delivery: Ideal for pairing with tools like Memberspot or Mentortools to unlock digital products post-checkout.
Key Features
- Stripe Webhook Trigger:
- Triggers on
Triggers on
Checkout Session.completed events
events.
- Captures checkout data including product names, order number, and total amount.
- KlickTipp Contact Sync:
- Adds or updates contacts in KlickTipp.
- Maps Stripe data into custom fields
- Assigns a tag such as
Stripe Checkout
to initiate a confirmation campaign.
- Router Logic (optional):
- Branches logic based on product ID or Stripe payment link.
- Enables product-specific campaigns or follow-ups.
Setup Instructions
KlickTipp Preparation
- Create the following custom fields in your KlickTipp account:
Stripe_Beleg_URL
(URL)
Stripe_Gesamtbetrag
(Decimal)
Stripe_Zahlungs_ID
(Single Line)
Stripe_Products
(Single Line)
- Define a tag for each product or confirmation flow, e.g.,
Bestellung: Kurs XYZ
.
Credential Configuration
- Connect your Stripe account using an API key from the Stripe Dashboard.
- Authenticate your KlickTipp connection with username/password credentials (API access required).
Field Mapping and Workflow Alignment
- Map Stripe output fields to the KlickTipp custom fields.
- Assign the tag to trigger your post-purchase campaign.
- Ensure that required data like email and opt-in info are present for the contact to be valid.
Testing and Deployment
- Click on Inactive to activate the scenario.
- Perform a test payment using a Stripe product link.
- Verify in KlickTipp:
- The contact appears with email and opt-in status.
- Custom fields for Stripe are filled.
- The campaign tag is correctly applied and confirmation email is sent.
⚠️ Note: Use real or test-mode API keys in Stripe depending on your testing environment. Stripe events may take a few seconds to propagate.
Campaign Expansion Ideas
- Launch targeted upsell flows based on the product tag.
- Use confirmation placeholders like:
[[Stripe_Beleg_URL]]
[[Stripe_Gesamtbetrag]]
[[Stripe_Zahlungs_ID]]
[[Stripe_Produkte]]
- Route customers to different product access portals (e.g., Memberspot, Mentortools).
- Send follow-up content over multiple days using KlickTipp sequences.
Customization
You can extend the scenario using a switch node to:
- Assign different tags per used payment link
- Branch into upsell or membership activation flows
- Chain additional automations like CRM entry, Slack notification, or invoice creation.