{
  "name": "Send chat message notifications from Tawk.to to Gmail",
  "nodes": [
    {
      "id": "ae1e6f64-3e83-4aaf-bf4b-a10df03f270c",
      "name": "Receive Tawk.to Request",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -620,
        -360
      ]
    },
    {
      "id": "f342fac4-9c57-4717-8e92-f37664aabc4c",
      "name": "Format the message",
      "type": "n8n-nodes-base.set",
      "position": [
        -400,
        -360
      ]
    },
    {
      "id": "32cd7e5e-c374-4725-95bc-9cdad748d38a",
      "name": "Send alert email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -180,
        -360
      ]
    }
  ],
  "connections": {
    "Send alert email": {
      "main": [
        []
      ]
    },
    "Format the message": {
      "main": [
        [
          {
            "node": "Send alert email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Tawk.to Request": {
      "main": [
        [
          {
            "node": "Format the message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}