{
  "name": "Automate customer feedback analysis with Forms, AI, Google Sheets and WhatsApp",
  "nodes": [
    {
      "id": "553d9f71-a750-4152-84bb-9d2956441aa8",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        260,
        220
      ]
    },
    {
      "id": "0f02714d-0da3-4f86-ba62-97ce92883201",
      "name": "If E-mail and Phone Number Both are given",
      "type": "n8n-nodes-base.if",
      "position": [
        520,
        440
      ]
    },
    {
      "id": "2890694e-c503-4eda-825b-b569e7f8831a",
      "name": "If only Phone Number is given",
      "type": "n8n-nodes-base.if",
      "position": [
        520,
        640
      ]
    },
    {
      "id": "cf9d2612-b582-4352-809e-31a38f4126b5",
      "name": "Send Message on Whatsapp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        780,
        620
      ]
    },
    {
      "id": "ce02dda2-111e-4bde-99a9-393547c40435",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        200,
        520
      ]
    },
    {
      "id": "153adc14-68c1-4b4d-bb93-8dc5204ec7e9",
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        520,
        220
      ]
    },
    {
      "id": "65b5cb47-12d0-42a5-bb95-c023710dd310",
      "name": "Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        780,
        420
      ]
    },
    {
      "id": "457b43d6-fa50-4259-bf56-b637b1819445",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        140
      ],
      "parameters": {
        "width": 380,
        "height": 600,
        "content": "## Google Sheets Integration \n#### Create Google Cloud Credentials\nTo connect Google Sheets to n8n, you need to set up OAuth2 authentication through Google Cloud:\n\n**1. Create a Google Cloud Project:*"
      }
    },
    {
      "id": "cc0786b3-2340-4fa1-812b-49dc76a3ef0d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        20
      ],
      "parameters": {
        "width": 380,
        "height": 100,
        "content": "## Integration Notes\nKindly see the node **notes** in the **setting** tab for more information."
      }
    }
  ],
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "If E-mail and Phone Number Both are given",
            "type": "main",
            "index": 0
          },
          {
            "node": "If only Phone Number is given",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Message on Whatsapp": {
      "main": [
        []
      ]
    },
    "If only Phone Number is given": {
      "main": [
        [
          {
            "node": "Send Message on Whatsapp",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "If E-mail and Phone Number Both are given": {
      "main": [
        [
          {
            "node": "Email",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    }
  }
}