{
  "name": "Track HDFC credit card transactions with Google Sheets and Telegram notifications",
  "nodes": [
    {
      "id": "5895c8a5-1dc7-48aa-8560-6725a4bbb8d5",
      "name": "Gmail Trigger",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        -620,
        -20
      ]
    },
    {
      "id": "e027c004-85cb-49f7-a9bd-46873a7843e6",
      "name": "map used articls ids",
      "type": "n8n-nodes-base.code",
      "position": [
        80,
        -20
      ]
    },
    {
      "id": "bb293c78-a989-4273-98e0-3220e44aa259",
      "name": "filter only unused Ids",
      "type": "n8n-nodes-base.filter",
      "position": [
        300,
        -20
      ]
    },
    {
      "id": "23746194-0eb7-4eab-92fb-ca77a7526d1f",
      "name": "sent notification to telegram to pavi",
      "type": "n8n-nodes-base.telegram",
      "position": [
        860,
        220
      ]
    },
    {
      "id": "13332e8c-92cd-4745-9533-c96ec5b480fc",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -400,
        -20
      ]
    },
    {
      "id": "956f1fd0-669f-41c8-bcd5-0b150f71fc38",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -160,
        -20
      ]
    },
    {
      "id": "001a4f40-41bc-4b10-a5e9-186be2f954fa",
      "name": "Extract the required data from mail",
      "type": "n8n-nodes-base.code",
      "position": [
        520,
        -20
      ]
    },
    {
      "id": "9e368066-2a66-4a10-a852-8a6811c0f789",
      "name": "sent notification to telegram to krishna",
      "type": "n8n-nodes-base.telegram",
      "position": [
        840,
        -100
      ]
    },
    {
      "id": "1f6c1df5-cc69-4038-b9ee-5eca45002d6d",
      "name": "update the usage in sheet row",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1160,
        240
      ]
    }
  ],
  "connections": {
    "Gmail Trigger": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "map used articls ids",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "map used articls ids": {
      "main": [
        [
          {
            "node": "filter only unused Ids",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "filter only unused Ids": {
      "main": [
        [
          {
            "node": "Extract the required data from mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "update the usage in sheet row": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract the required data from mail": {
      "main": [
        [
          {
            "node": "sent notification to telegram to krishna",
            "type": "main",
            "index": 0
          },
          {
            "node": "sent notification to telegram to pavi",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sent notification to telegram to pavi": {
      "main": [
        [
          {
            "node": "update the usage in sheet row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "sent notification to telegram to krishna": {
      "main": [
        []
      ]
    }
  }
}