{
  "name": "Automated form response system with Google Sheets, Slack, Gmail & Contacts",
  "nodes": [
    {
      "id": "0598aff8-ffec-4b53-93fb-3ac7ceb6e526",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        440,
        -40
      ]
    },
    {
      "id": "4c92f186-5abb-469d-bb7a-68acefab039b",
      "name": "Send a message1",
      "type": "n8n-nodes-base.slack",
      "position": [
        220,
        100
      ]
    },
    {
      "id": "63e9d67e-4a0f-41f2-9fd5-209abadbdcc3",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -20,
        -40
      ]
    },
    {
      "id": "81b76d73-f77b-4279-b9ab-a7988a0925ce",
      "name": "Create a contact",
      "type": "n8n-nodes-base.googleContacts",
      "position": [
        720,
        80
      ]
    }
  ],
  "connections": {
    "Send a message": {
      "main": [
        [
          {
            "node": "Create a contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a message1": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Send a message1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}