{
  "name": "Automate multi-channel customer support with WhatsApp, email & AI translation",
  "nodes": [
    {
      "id": "f1e842e5-c61a-45ef-8669-d81805fd8c1d",
      "name": "WhatsApp Trigger",
      "type": "n8n-nodes-base.whatsAppTrigger",
      "position": [
        -1620,
        600
      ]
    },
    {
      "id": "6ecfadcb-aa27-4850-8c83-a91a9d7db388",
      "name": "Email Trigger (IMAP)",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        -1620,
        800
      ]
    },
    {
      "id": "d5aa938b-2ab7-454b-9855-e82bdade20be",
      "name": "Data Normalizer & Validator",
      "type": "n8n-nodes-base.code",
      "position": [
        -1400,
        700
      ]
    },
    {
      "id": "75a79ce9-993a-4bab-b99a-0945539179e1",
      "name": "Smart Language Translator",
      "type": "n8n-nodes-base.googleTranslate",
      "position": [
        -1180,
        700
      ]
    },
    {
      "id": "a13ebe33-15f1-42cb-a9c3-1684d12c0f3c",
      "name": "Enhanced Summary & Priority Processor",
      "type": "n8n-nodes-base.code",
      "position": [
        -960,
        700
      ]
    },
    {
      "id": "3fadf1aa-43dc-45e9-8615-f26eb51a5d7d",
      "name": "Log to Database",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -520,
        300
      ]
    },
    {
      "id": "5c755da5-ffba-49f9-ade4-f543f1f55443",
      "name": "Admin Email Notification",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -520,
        500
      ]
    },
    {
      "id": "0a71c247-4c04-41d9-9fed-efff40527ff1",
      "name": "Admin WhatsApp Alert",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -520,
        1100
      ]
    },
    {
      "id": "9301c937-35ea-4233-a960-b89b36f58b02",
      "name": "Check Message Source",
      "type": "n8n-nodes-base.if",
      "position": [
        -740,
        800
      ]
    },
    {
      "id": "79eae5b4-2216-4016-a19c-717f6422c4ce",
      "name": "Customer WhatsApp Auto-Response",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        -520,
        700
      ]
    },
    {
      "id": "317f765d-07e2-49ec-8f7b-bc7a79f85860",
      "name": "Customer Email Auto-Response",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -520,
        900
      ]
    },
    {
      "id": "7ea5edd9-2989-4757-bbb4-47d8c04d772f",
      "name": "Workflow Completion & Metrics",
      "type": "n8n-nodes-base.code",
      "position": [
        -300,
        700
      ]
    },
    {
      "id": "ad8bf732-9d89-4d1b-a7b1-94ed5209ca55",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2100,
        140
      ],
      "parameters": {
        "width": 540,
        "height": 420,
        "content": "### What this workflow does:\nAutomatically handles customer messages in any language by translating them to English, creating smart summaries, sending admin notifications, logging everything, and resp"
      }
    }
  ],
  "connections": {
    "Log to Database": {
      "main": [
        [
          {
            "node": "Workflow Completion & Metrics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WhatsApp Trigger": {
      "main": [
        [
          {
            "node": "Data Normalizer & Validator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Admin WhatsApp Alert": {
      "main": [
        [
          {
            "node": "Workflow Completion & Metrics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Message Source": {
      "main": [
        [
          {
            "node": "Customer WhatsApp Auto-Response",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Customer Email Auto-Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Trigger (IMAP)": {
      "main": [
        [
          {
            "node": "Data Normalizer & Validator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Admin Email Notification": {
      "main": [
        [
          {
            "node": "Workflow Completion & Metrics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Smart Language Translator": {
      "main": [
        [
          {
            "node": "Enhanced Summary & Priority Processor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Data Normalizer & Validator": {
      "main": [
        [
          {
            "node": "Smart Language Translator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Customer Email Auto-Response": {
      "main": [
        [
          {
            "node": "Workflow Completion & Metrics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Customer WhatsApp Auto-Response": {
      "main": [
        [
          {
            "node": "Workflow Completion & Metrics",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enhanced Summary & Priority Processor": {
      "main": [
        [
          {
            "node": "Log to Database",
            "type": "main",
            "index": 0
          },
          {
            "node": "Admin Email Notification",
            "type": "main",
            "index": 0
          },
          {
            "node": "Admin WhatsApp Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Check Message Source",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}