{
  "name": "Track and receive Upwork job alerts via WhatsApp and Google Sheets",
  "nodes": [
    {
      "id": "344e2376-fbe3-4759-9ee2-0c7248a1ca0d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        272,
        -32
      ]
    },
    {
      "id": "fe41bc1e-bd4d-4769-bb96-118d9098b1e1",
      "name": "Append or update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        960,
        128
      ]
    },
    {
      "id": "649c9609-c934-4f11-8521-cf20d855f5dc",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        272,
        288
      ]
    },
    {
      "id": "0c4f1f2e-f732-4516-ba86-728ed39b9cd9",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1216,
        128
      ]
    },
    {
      "id": "47c813a1-cfd5-45d5-a6a0-8efa15625eff",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1392,
        128
      ]
    },
    {
      "id": "f09379ec-d4aa-4b84-a50e-249b9fc12d21",
      "name": "Edit Fields2",
      "type": "n8n-nodes-base.set",
      "position": [
        1648,
        112
      ]
    },
    {
      "id": "be49df45-2e61-49bf-a30b-dbbd8324a29a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        688,
        -96
      ],
      "parameters": {
        "width": 800,
        "height": 96,
        "content": "# Upwork Job Scraper with Whatsapp Alert"
      }
    },
    {
      "id": "9afa9ea5-bd58-4dee-95fd-c4e5b732fc81",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        272,
        128
      ]
    },
    {
      "id": "8152087d-00ad-47ac-8dda-a765bf1c0d4f",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1888,
        352
      ]
    },
    {
      "id": "a1b60b55-9a1f-4b1c-bcdd-9dcccec3d1f3",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        512,
        128
      ]
    },
    {
      "id": "8a0ccf26-ba6c-401a-9dd9-372fb3539600",
      "name": "Send message",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        1888,
        144
      ]
    },
    {
      "id": "1485fe97-a94f-4370-afd0-ec62bbe2cedf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -144
      ],
      "parameters": {
        "width": 336,
        "height": 640,
        "content": "# Triggers to  start the wokdlow\n"
      }
    },
    {
      "id": "f7f7b98e-2eeb-43f7-8da2-fc677c3199c5",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        432,
        48
      ],
      "parameters": {
        "width": 432,
        "height": 288,
        "content": "## Rapid Api For Scraping"
      }
    },
    {
      "id": "e2fc5f7e-fb17-4645-a9f6-e00cf238c032",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        880,
        48
      ],
      "parameters": {
        "width": 272,
        "height": 288,
        "content": "## Save Results in Sheet"
      }
    },
    {
      "id": "e87b75da-0c4c-472b-83a4-7e29968f0879",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1184,
        48
      ],
      "parameters": {
        "width": 592,
        "height": 272,
        "content": "## Edit Field and the If Filter to pass the specific Information"
      }
    },
    {
      "id": "9caf306a-ea94-471b-8d74-b99beb0ab5ad",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1808,
        -192
      ],
      "parameters": {
        "width": null,
        "height": 704,
        "content": "## Send the Alert"
      }
    },
    {
      "id": "a34422f4-bf0d-4c08-9c78-964e5dfafc41",
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1888,
        -48
      ]
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Edit Fields2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields2": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send message",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Append or update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        []
      ]
    },
    "Respond to Webhook": {
      "main": [
        []
      ]
    },
    "Append or update row in sheet": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        []
      ]
    }
  }
}