{
  "name": "Import a JSON file from Gmail into a spreadsheet",
  "nodes": [
    {
      "id": null,
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        620,
        140
      ]
    },
    {
      "id": null,
      "name": "write spreadsheet file",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        980,
        140
      ]
    },
    {
      "id": null,
      "name": "move binary data ",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        800,
        140
      ]
    },
    {
      "id": null,
      "name": "Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        160
      ],
      "parameters": {
        "width": 320,
        "height": 80,
        "content": "## JSON file > Sheets"
      }
    }
  ],
  "connections": {
    "Gmail": {
      "main": [
        [
          {
            "node": "move binary data ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "move binary data ": {
      "main": [
        [
          {
            "node": "write spreadsheet file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}