{
  "name": "Automated KlickTipp to Gmail: send transactional emails",
  "nodes": [
    {
      "id": "9ecd589a-9151-4a27-96e7-2fdffc436155",
      "name": "Email delivery status: Sent",
      "type": "n8n-nodes-klicktipp.klicktipp",
      "position": [
        800,
        -96
      ]
    },
    {
      "id": "26569378-7755-4ef5-acba-56e38d3035de",
      "name": "Email delivery status: Failed",
      "type": "n8n-nodes-klicktipp.klicktipp",
      "position": [
        800,
        80
      ]
    },
    {
      "id": "4eb8b64e-5125-4180-b228-8d30a7fc4b1d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -96
      ],
      "parameters": {
        "width": null,
        "height": 288,
        "content": "## 1. Get data."
      }
    },
    {
      "id": "84bbe8d3-4554-474b-a9e6-9e9e046f3ba1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        -96
      ],
      "parameters": {
        "width": 304,
        "height": 288,
        "content": "## 2. Create an email body."
      }
    },
    {
      "id": "8a709ea0-9b4e-477f-ae26-221350072e6c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        -96
      ],
      "parameters": {
        "width": null,
        "height": 288,
        "content": "## 3. Send an email."
      }
    },
    {
      "id": "32b28c8c-3bdc-420c-8518-fb943396f89b",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        704,
        -160
      ],
      "parameters": {
        "width": 384,
        "height": 432,
        "content": "## 4. Update email delivery status."
      }
    },
    {
      "id": "c868cb98-b306-4291-933d-3a2bf95938a2",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -160
      ],
      "parameters": {
        "width": 580,
        "height": 1528,
        "content": "Community Node Disclaimer: This workflow uses KlickTipp community nodes.\n\n\n### How It Works\n\n**Automate transactional emails from KlickTipp to Gmail**  \nThis workflow receives contact data from a Klic"
      }
    },
    {
      "id": "2f1cb57b-3fdd-4009-b98d-50f9f2a66a41",
      "name": "Generate HTML template",
      "type": "n8n-nodes-base.html",
      "position": [
        192,
        0
      ]
    },
    {
      "id": "19f20661-4d76-4f69-9047-592877aa1ccd",
      "name": "Recieve the data from KlickTipp",
      "type": "n8n-nodes-klicktipp.klicktippTrigger",
      "position": [
        -64,
        0
      ]
    },
    {
      "id": "d1ff857e-92bf-4136-a436-b226c648c9d1",
      "name": "Send an email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        512,
        0
      ]
    }
  ],
  "connections": {
    "Send an email": {
      "main": [
        [
          {
            "node": "Email delivery status: Sent",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Email delivery status: Failed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate HTML template": {
      "main": [
        [
          {
            "node": "Send an email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Recieve the data from KlickTipp": {
      "main": [
        [
          {
            "node": "Generate HTML template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}