{
  "name": "Send postcards to contacts automatically using CentralStationCRM and EchtPost",
  "nodes": [
    {
      "id": "f22c8bec-268f-46d5-844d-61870dfcf208",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        -140
      ],
      "parameters": {
        "width": 400,
        "height": 920,
        "content": "![CSCRM Logo](https://s3.42he.com/cscrm-marketing-page-production/Logo_Central_Station_CRM_0dd02e23d2.jpeg)\n\n# Send Postcards to Contacts Automatically using CentralStationCRM and EchtPost\n\nIn this wo"
      }
    },
    {
      "id": "b59e4c49-c129-42bb-a64c-7a282d8e69d6",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        -140
      ],
      "parameters": {
        "width": 440,
        "height": 680,
        "content": "## 3. get EchtPost API key\n* Log in to EchtPost\n* Click on the cogwheel at the top right\n![API EchtPost](https://s3.42he.com/cscrm-marketing-page-production/Echt_Post_API_Schluessel_24d1c6be44.png)\n* "
      }
    },
    {
      "id": "06574510-ef2e-4b29-9bce-33cca25c6f5c",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2080,
        -140
      ],
      "parameters": {
        "width": 500,
        "height": 840,
        "content": "## 5. Configure EchtPost API Node\n* Double-click node\n* METHOD: POST\n* https://api.echtpost.de/v1/cards\n* Authentication: none\n* SEND BODY: True\n* Body Content Type: JSON\n* Specify Body: Using JSON\n\nJ"
      }
    },
    {
      "id": "d97824f2-b8fa-4097-8a68-1d116fbd76b1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -20
      ],
      "parameters": {
        "width": 420,
        "height": 960,
        "content": "## 2. set up CentralStationCRM Webhook\n* log in to CentralStationCRM\n* click on the gear wheel at the top right\n\n![Account settings](https://s3.42he.com/cscrm-marketing-page-production/CSCRM_Settings_"
      }
    },
    {
      "id": "5ad18049-d75e-4f30-a4bb-0767c0f24c8a",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1220,
        -140
      ],
      "parameters": {
        "width": 340,
        "height": 1080,
        "content": "## 2. Set up n8n webhook trigger\n* double-click node\n* HTTP Method: POST\n* Authentication: none\n\n### For testing: \nTag a person in CentralStationCRM with \"EchtPost\" and click on \"Listen for Test Event"
      }
    },
    {
      "id": "d62b9617-88a2-4512-bfca-47fe2e924be3",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        320,
        820
      ],
      "parameters": {
        "width": 400,
        "height": 120,
        "content": "### Tools in this workflow\n* [CentralStationCRM](https://centralstationcrm.de) - the simple and intuitive CRM for small teams.\n* [EchtPost](https://echtpost.de) - send postcards online"
      }
    },
    {
      "id": "34c8516a-1201-4e95-9789-8ff2e33b56b6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        760,
        -140
      ],
      "parameters": {
        "width": 420,
        "height": 100,
        "content": "## 1. get webhook URL from n8n\n* Double-click the first node in the workflow\n* Click once on the url next to POST"
      }
    },
    {
      "id": "c76bf839-75d8-4224-9ed6-f5c21d33ba2d",
      "name": "Person is updated in CentralStationCRM",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1320,
        640
      ]
    },
    {
      "id": "41c8b450-e3db-481d-ba09-2dc266e4afdb",
      "name": "Set fields needed for EchtPost",
      "type": "n8n-nodes-base.set",
      "position": [
        1640,
        640
      ]
    },
    {
      "id": "f7516740-bad6-4070-be78-d354a7d92581",
      "name": "Is \"EchtPost\" included in \"taggings\"?",
      "type": "n8n-nodes-base.if",
      "position": [
        1860,
        640
      ]
    },
    {
      "id": "7f7d46d7-3d20-4f1b-8f3f-cdc5dd072dc5",
      "name": "Do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        2260,
        780
      ]
    },
    {
      "id": "e6f0d1ca-c04b-4e07-bea5-046ac92d1010",
      "name": "Send postcard with EchtPost",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2260,
        520
      ]
    }
  ],
  "connections": {
    "Set fields needed for EchtPost": {
      "main": [
        [
          {
            "node": "Is \"EchtPost\" included in \"taggings\"?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is \"EchtPost\" included in \"taggings\"?": {
      "main": [
        [
          {
            "node": "Send postcard with EchtPost",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Person is updated in CentralStationCRM": {
      "main": [
        [
          {
            "node": "Set fields needed for EchtPost",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}