{
  "name": "Track daily PG&E energy costs with Airtop and email notifications",
  "nodes": [
    {
      "id": "814cc9ac-382b-42b3-b5b8-90eda0dc2889",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -2640,
        100
      ]
    },
    {
      "id": "310bfb08-2086-4f0f-8790-02c2c186bae2",
      "name": "Type password",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -1540,
        100
      ]
    },
    {
      "id": "b0de782e-9c54-4a40-b7e8-8e7ab3655986",
      "name": "Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        -2420,
        100
      ]
    },
    {
      "id": "69cca1c7-9a83-43a7-95e7-98ba24f9575b",
      "name": "Go to \"Energy Costs\"",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -660,
        100
      ]
    },
    {
      "id": "184206ce-4b4d-4bb0-b468-cbb61f45b61b",
      "name": "Go to \"Electricity and Gas\"",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -440,
        100
      ]
    },
    {
      "id": "424b5209-97e7-4eef-a496-ac9f08d84d3d",
      "name": "Extract Costs",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -220,
        100
      ]
    },
    {
      "id": "b0cf1ebc-157d-4ab3-9ed6-267c81293feb",
      "name": "Go to \"Energy Usage Details\"",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -880,
        100
      ]
    },
    {
      "id": "485f8071-9c54-4f79-9378-d354260b2038",
      "name": "Wait 5 secs",
      "type": "n8n-nodes-base.wait",
      "position": [
        -1100,
        100
      ]
    },
    {
      "id": "87d68490-1064-4180-89d9-534c9308c6c9",
      "name": "Close modal (if any)",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -1320,
        100
      ]
    },
    {
      "id": "80018e55-6557-4641-a07b-926517a72bb0",
      "name": "Create session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -2200,
        100
      ]
    },
    {
      "id": "05711cf0-9c20-4f41-854e-dea872eee3d8",
      "name": "Create browser window",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -1980,
        100
      ]
    },
    {
      "id": "d673347d-ef40-4349-a7e7-2ba594400d2c",
      "name": "Type username",
      "type": "n8n-nodes-base.airtop",
      "position": [
        -1760,
        100
      ]
    },
    {
      "id": "b64a04b1-d00b-4d04-b9e3-7d2c86800923",
      "name": "Send email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        0,
        200
      ]
    },
    {
      "id": "d402443c-ed67-4df7-b5c8-032f4a2ea941",
      "name": "End session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "076e7eed-e71f-4ef7-8038-ea3dcc188b9c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2480,
        -40
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## Heads up!\nTo get this workflow running correctly, please enter your PG&E credentials below"
      }
    }
  ],
  "connections": {
    "Variables": {
      "main": [
        [
          {
            "node": "Create session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 5 secs": {
      "main": [
        [
          {
            "node": "Go to \"Energy Usage Details\"",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Costs": {
      "main": [
        [
          {
            "node": "End session",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Type password": {
      "main": [
        [
          {
            "node": "Close modal (if any)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Type username": {
      "main": [
        [
          {
            "node": "Type password",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create session": {
      "main": [
        [
          {
            "node": "Create browser window",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Close modal (if any)": {
      "main": [
        [
          {
            "node": "Wait 5 secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Go to \"Energy Costs\"": {
      "main": [
        [
          {
            "node": "Go to \"Electricity and Gas\"",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create browser window": {
      "main": [
        [
          {
            "node": "Type username",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Go to \"Electricity and Gas\"": {
      "main": [
        [
          {
            "node": "Extract Costs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Go to \"Energy Usage Details\"": {
      "main": [
        [
          {
            "node": "Go to \"Energy Costs\"",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}