{
  "name": "Automate Google Business reviews with AI responses, Slack alerts & sheets logging",
  "nodes": [
    {
      "id": "bfad3de2-aca1-4691-841f-488fe9a57c09",
      "name": "Monitor Google Reviews",
      "type": "n8n-nodes-base.googleBusinessProfileTrigger",
      "position": [
        784,
        256
      ]
    },
    {
      "id": "7a35316d-b32c-4601-991b-55ef94451883",
      "name": "Business Configuration",
      "type": "n8n-nodes-base.set",
      "position": [
        1008,
        0
      ]
    },
    {
      "id": "1522ed76-eda8-4ea2-a889-54c3fe3cf8e0",
      "name": "Format Google Reviews",
      "type": "n8n-nodes-base.set",
      "position": [
        1232,
        256
      ]
    },
    {
      "id": "7d3e47c7-bd46-472b-b616-09b05b5c8c6c",
      "name": "Generate AI Response",
      "type": "n8n-nodes-base.aiTransform",
      "position": [
        1456,
        256
      ]
    },
    {
      "id": "1f5d176c-0fed-4690-8df2-ab217b4accd5",
      "name": "Negative Review?",
      "type": "n8n-nodes-base.if",
      "position": [
        1680,
        256
      ]
    },
    {
      "id": "88e13071-e269-4028-bec5-1ca479e2e76b",
      "name": "Alert Team - Negative",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1904,
        160
      ]
    },
    {
      "id": "ba523e1d-a9d6-482a-880f-65d8eb6514c2",
      "name": "Notify Team - Positive",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1904,
        352
      ]
    },
    {
      "id": "51678bc3-3bb1-42b9-87d1-ec2e81c0f233",
      "name": "Log to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2224,
        272
      ]
    },
    {
      "id": "cb74c403-ffdb-4ff8-8d45-3afcfa38e70a",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        848,
        -288
      ],
      "parameters": {
        "width": 432,
        "height": 432,
        "content": "## Update these values in the Business Configuration node:\n\n- **businessName**: Your business name for personalized responses\n- **responseTone**: Customize AI response style (e.g., \"professional and f"
      }
    },
    {
      "id": "4a19971e-72ee-4e95-90de-457f12b3eb95",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2064,
        -96
      ],
      "parameters": {
        "width": 464,
        "height": 528,
        "content": "### 📊 Google Sheets Configuration\n\n**Required Sheet Name:** \"Reviews\"\n\n**Required Headers (Row 1):**\n- **Date** - Timestamp of review processing\n- **Source** - Always \"Google Business Profile\"  \n- **R"
      }
    },
    {
      "id": "650e2141-568a-46ba-9653-cce123d8eac5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        -416
      ],
      "parameters": {
        "width": 448,
        "height": 736,
        "content": "**🛠️ Google Business Review Monitor Setup Guide**\n\nThis workflow automatically monitors your Google Business Profile for new reviews and generates AI-powered response suggestions.\n\n✅ **Step 1: Connect"
      }
    }
  ],
  "connections": {
    "Negative Review?": {
      "main": [
        [
          {
            "node": "Alert Team - Negative",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Team - Positive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate AI Response": {
      "main": [
        [
          {
            "node": "Negative Review?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Alert Team - Negative": {
      "main": [
        [
          {
            "node": "Log to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Google Reviews": {
      "main": [
        [
          {
            "node": "Generate AI Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Business Configuration": {
      "main": [
        [
          {
            "node": "Format Google Reviews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monitor Google Reviews": {
      "main": [
        [
          {
            "node": "Business Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Team - Positive": {
      "main": [
        [
          {
            "node": "Log to Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}