{
  "name": "Automated Stripe to KlickTipp: send purchase confirmation emails via tagging",
  "nodes": [
    {
      "id": "f53d9572-2100-4dbb-83af-6a663bc9ecbb",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -768,
        -384
      ],
      "parameters": {
        "width": 860,
        "height": 440,
        "content": "## Data reception & collection via Webhook & HTTP Requests"
      }
    },
    {
      "id": "51b80673-c272-4c2c-8fc3-969fe4a0cc6a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        -384
      ],
      "parameters": {
        "width": 320,
        "height": 440,
        "content": "## Writing checkout data into contact record"
      }
    },
    {
      "id": "e19bea0c-f8d7-49f2-8b6f-a13bed1c465d",
      "name": "Subscribe buyer to KlickTipp",
      "type": "CUSTOM.klicktipp",
      "position": [
        208,
        -176
      ]
    },
    {
      "id": "6a72557d-32df-4928-8816-6eddbc0f45ba",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -688,
        80
      ],
      "parameters": {
        "width": 980,
        "height": 1584,
        "content": "### Introduction\nThis workflow automates Stripe checkout confirmations by capturing transaction data and syncing it into KlickTipp. Upon successful checkout, the contact's data is enriched with purcha"
      }
    },
    {
      "id": "26f6a896-68ce-491f-9e7e-92a667aff2a5",
      "name": "Getting invoice link",
      "type": "n8n-nodes-base.stripe",
      "position": [
        -64,
        -176
      ]
    },
    {
      "id": "d16814e5-7255-4da3-ac0c-64b80e4fc72c",
      "name": "Getting charge ID",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -288,
        -176
      ]
    },
    {
      "id": "815f0790-be2c-455f-a3ad-02b2b118a3ff",
      "name": "Getting line items",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -480,
        -176
      ]
    },
    {
      "id": "e719d079-0065-44a2-a2c1-c59ded09b388",
      "name": "New checkout session completed",
      "type": "n8n-nodes-base.stripeTrigger",
      "position": [
        -704,
        -176
      ]
    }
  ],
  "connections": {
    "Getting charge ID": {
      "main": [
        [
          {
            "node": "Getting invoice link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Getting line items": {
      "main": [
        [
          {
            "node": "Getting charge ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Getting invoice link": {
      "main": [
        [
          {
            "node": "Subscribe buyer to KlickTipp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New checkout session completed": {
      "main": [
        [
          {
            "node": "Getting line items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}