{
  "name": "Automated Disqus forum reports with Gmail HTML tables",
  "nodes": [
    {
      "id": "7d02941e-c3d6-4489-ae00-0868afc1648c",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        140
      ]
    },
    {
      "id": "5c989b33-87c9-45b5-89a5-aa6d549fac70",
      "name": "Get Forum",
      "type": "n8n-nodes-base.disqus",
      "position": [
        560,
        80
      ]
    },
    {
      "id": "c8f899e3-66a0-4b33-bdb4-b978a60ddd97",
      "name": "Get Posts Forum",
      "type": "n8n-nodes-base.disqus",
      "position": [
        560,
        440
      ]
    },
    {
      "id": "7661b6be-b7d2-4eb4-ac5b-966b189828d4",
      "name": "Get Threads Forum",
      "type": "n8n-nodes-base.disqus",
      "position": [
        560,
        -120
      ]
    },
    {
      "id": "8342a36f-8221-44c7-bd78-4225360a4f8f",
      "name": "Get Categories Forum",
      "type": "n8n-nodes-base.disqus",
      "position": [
        560,
        240
      ]
    },
    {
      "id": "1e7ec9c7-4c28-4c54-b5db-a50d2de85922",
      "name": "Gmail Report Notifications",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1840,
        180
      ]
    },
    {
      "id": "b793a21a-a49b-4f3c-8c50-c052ef93a4fd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        -40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d78b0e64-fa00-4be1-937e-dc6f179f26a3",
      "name": "Merge Threads + Forum",
      "type": "n8n-nodes-base.merge",
      "position": [
        880,
        60
      ]
    },
    {
      "id": "8d5632d2-4821-4a71-9f0d-33529c11b46a",
      "name": "Merge Categories + Posts",
      "type": "n8n-nodes-base.merge",
      "position": [
        880,
        260
      ]
    },
    {
      "id": "bedfd695-e8be-4620-b1f0-690ff262bf7d",
      "name": "Merge All",
      "type": "n8n-nodes-base.merge",
      "position": [
        1080,
        180
      ]
    },
    {
      "id": "f8c42fbe-cc41-40fa-a8a3-91892995ef2d",
      "name": "Combine Data",
      "type": "n8n-nodes-base.code",
      "position": [
        1340,
        180
      ]
    },
    {
      "id": "a71e1738-b44f-4b03-b49b-13cf0bf95e04",
      "name": "Format Table",
      "type": "n8n-nodes-base.code",
      "position": [
        1560,
        180
      ]
    },
    {
      "id": "52c3022a-9236-4f5c-8874-209f54ddddd3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b9273190-2087-4352-bd55-743c73a871ce",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        -300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "04471a2e-3ca6-424b-b4e3-18e8035999bc",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1240,
        -300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "bebd4497-a524-482d-a518-e7ca9a48d025",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1720,
        -40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Get Forum": {
      "main": [
        [
          {
            "node": "Merge Threads + Forum",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merge All": {
      "main": [
        [
          {
            "node": "Combine Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine Data": {
      "main": [
        [
          {
            "node": "Format Table",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Table": {
      "main": [
        [
          {
            "node": "Gmail Report Notifications",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Posts Forum": {
      "main": [
        [
          {
            "node": "Merge Categories + Posts",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Get Threads Forum": {
      "main": [
        [
          {
            "node": "Merge Threads + Forum",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Categories Forum": {
      "main": [
        [
          {
            "node": "Merge Categories + Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Threads + Forum": {
      "main": [
        [
          {
            "node": "Merge All",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Categories + Posts": {
      "main": [
        [
          {
            "node": "Merge All",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Gmail Report Notifications": {
      "main": [
        []
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Get Forum",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Posts Forum",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Threads Forum",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Categories Forum",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}