{
  "name": "Manage contact form submissions with Google Sheets, Slack alerts & Gmail replies",
  "nodes": [
    {
      "id": "49fac416-62fd-4655-884f-28960262343d",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -816,
        -144
      ]
    },
    {
      "id": "fa3bc877-165b-475b-8108-a9b3384555ce",
      "name": "Send a message",
      "type": "n8n-nodes-base.slack",
      "position": [
        80,
        -144
      ]
    },
    {
      "id": "9da5c499-e6d6-4b45-bf33-e0d71f63f884",
      "name": "Append row in inquiry list",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -144,
        -144
      ]
    },
    {
      "id": "e48b932b-ee4f-4267-a1a3-df44d0cdd0e1",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        -592,
        -144
      ]
    },
    {
      "id": "35690fce-57be-45ae-9615-e62bed8ddc19",
      "name": "NewRecord",
      "type": "n8n-nodes-base.code",
      "position": [
        -368,
        -144
      ]
    },
    {
      "id": "12d6a7be-4331-4f11-8ed1-a3813ea05878",
      "name": "EmailContent",
      "type": "n8n-nodes-base.code",
      "position": [
        -592,
        80
      ]
    },
    {
      "id": "0099b4a4-6c3b-42e0-b6d6-d705359eea68",
      "name": "Send a email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -368,
        80
      ]
    },
    {
      "id": "1a659a13-1bb0-4525-9fb4-c1c382a6cfc0",
      "name": "Form ending",
      "type": "n8n-nodes-base.form",
      "position": [
        304,
        -144
      ]
    },
    {
      "id": "152de56b-c771-4167-ae30-7a58872d501b",
      "name": "ContactWebhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -816,
        80
      ]
    },
    {
      "id": "9be0aff2-6371-4a3f-a996-5a8c9f992279",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -288
      ],
      "parameters": {
        "width": 640,
        "height": 560,
        "content": "## How it works\n\nThis workflow is triggered when the contact form is submitted.\n\nIt automatically saves the inquiry details to Google Sheets and sends a notification to Slack.\nYou can then review the "
      }
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "NewRecord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NewRecord": {
      "main": [
        [
          {
            "node": "Append row in inquiry list",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailContent": {
      "main": [
        [
          {
            "node": "Send a email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ContactWebhook": {
      "main": [
        [
          {
            "node": "EmailContent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a message": {
      "main": [
        [
          {
            "node": "Form ending",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in inquiry list": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}