{
  "name": "Email notifications to Telegram using temporary HTML URL hosting via GitHub Gist",
  "nodes": [
    {
      "id": "1c7b05e0-d82b-4851-a1ec-713093cdf489",
      "name": "Email Trigger (IMAP)",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        540,
        660
      ]
    },
    {
      "id": "734424e6-d292-47d7-abb9-9630bdc00e35",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1140,
        660
      ]
    },
    {
      "id": "260c6ba6-1922-4bcb-bd5e-20b307ac638d",
      "name": "Github Gist",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        660
      ]
    },
    {
      "id": "0a77d236-e387-4458-a9cc-9ff7977ba4aa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        440
      ],
      "parameters": {
        "width": 872,
        "height": 626.9128738621571,
        "content": "## Simple Conversion of Emails into HTML Webpages\nTo-do:\n* Configure your GitHub credentials through `Predefined Credential Type` => `GitHub API`.\n* Add your Telegram credentials by providing your `Ch"
      }
    },
    {
      "id": "f69cf395-0050-44b3-a713-61f0cc5977ad",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        540,
        900
      ]
    },
    {
      "id": "c6067792-4fc2-4ced-bb04-6c5449a533ab",
      "name": "Telegram ‌",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1140,
        900
      ]
    },
    {
      "id": "ebfe89fb-b0a3-4826-a72b-3fb8baa473c4",
      "name": "Github Gist ‌",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        900
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Github Gist ‌",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Github Gist": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Github Gist ‌": {
      "main": [
        [
          {
            "node": "Telegram ‌",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email Trigger (IMAP)": {
      "main": [
        [
          {
            "node": "Github Gist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}