{
  "name": "Automatically create Google Tasks from Gmail labeled emails",
  "nodes": [
    {
      "id": "fdba3386-940b-4ca4-81a9-c76e363a7227",
      "name": "Gmail Trigger",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        60,
        0
      ]
    },
    {
      "id": "6973ee87-995d-40b2-aab3-12af2a34ea7e",
      "name": "Google Tasks",
      "type": "n8n-nodes-base.googleTasks",
      "position": [
        280,
        0
      ]
    },
    {
      "id": "d5f1c380-04dc-4638-8d8f-59535a5ea531",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "b0ac6967-b805-4f72-981f-51270cb17dbe",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        200
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Gmail Trigger": {
      "main": [
        [
          {
            "node": "Google Tasks",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}