{
  "name": "Daily govt exam quiz by Gopal Debnath (mrtechyguru)",
  "nodes": [
    {
      "id": null,
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        250,
        300
      ]
    },
    {
      "id": null,
      "name": "Fetch Question",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        450,
        300
      ]
    },
    {
      "id": null,
      "name": "Format Quiz",
      "type": "n8n-nodes-base.function",
      "position": [
        650,
        300
      ]
    },
    {
      "id": null,
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        850,
        100
      ]
    },
    {
      "id": null,
      "name": "Send to Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        850,
        300
      ]
    },
    {
      "id": null,
      "name": "Send via Twilio",
      "type": "n8n-nodes-base.twilio",
      "position": [
        850,
        500
      ]
    }
  ],
  "connections": {
    "Format Quiz": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send to Telegram",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send via Twilio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Fetch Question",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Question": {
      "main": [
        [
          {
            "node": "Format Quiz",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}