{
  "name": "Automatic lead export from Fluentform to Google Sheets with form categorization",
  "nodes": [
    {
      "id": "f9a0fc6b-4644-4079-8c00-234a6a4e6e92",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1080,
        0
      ]
    },
    {
      "id": "bac186bc-e19d-431b-a6bb-e5cd3af9a031",
      "name": "newsletter",
      "type": "n8n-nodes-base.set",
      "position": [
        620,
        -100
      ]
    },
    {
      "id": "68dc8440-a45c-4577-b303-3c127e2bd880",
      "name": "form",
      "type": "n8n-nodes-base.set",
      "position": [
        620,
        100
      ]
    },
    {
      "id": "64383e9d-39ac-41b6-9369-88a8ac3cf441",
      "name": "Append newsletter",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        840,
        -100
      ]
    },
    {
      "id": "25bc2a16-19d6-4e15-9735-316b9aea5e60",
      "name": "POST - Retreive Leads",
      "type": "n8n-nodes-base.webhook",
      "position": [
        180,
        0
      ]
    },
    {
      "id": "19fa286d-10ae-4afc-bf19-113a085fc371",
      "name": "Form or newsletter?",
      "type": "n8n-nodes-base.if",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "1a5b1211-c7cb-46b7-a108-4c9dca305d24",
      "name": "append form",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        840,
        100
      ]
    },
    {
      "id": "node_tuuo8spg6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -200
      ],
      "parameters": {
        "width": 320,
        "height": null,
        "content": "## Guideline\n\n- adjust your ```webhook url``` on fluent form\n- configure your spreadsheet credentials"
      }
    },
    {
      "id": "25381d46-98e9-49a1-911f-5d2928ed906b",
      "name": "Sticky - Parser1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        160
      ],
      "parameters": {
        "width": 280,
        "height": null,
        "content": "### This Workflow is free!\n Got ideas, feedback, or just wanna chat? Hit me up [here](https://khmuhtadin.com)  \n\nFeeling generous? Buy me a  [coffee](coff.ee/khmuhtadin) to keep the buzz going! ☕"
      }
    }
  ],
  "connections": {
    "form": {
      "main": [
        [
          {
            "node": "append form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "newsletter": {
      "main": [
        [
          {
            "node": "Append newsletter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "append form": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append newsletter": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Form or newsletter?": {
      "main": [
        [
          {
            "node": "newsletter",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "POST - Retreive Leads": {
      "main": [
        [
          {
            "node": "Form or newsletter?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}