{
  "name": "Create Smart URLs with BioURL.link's Geo, Device & Language Targeting",
  "nodes": [
    {
      "id": "dd78c2ca-00a7-44c4-8eec-fd6e8bd4783f",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        280,
        0
      ]
    },
    {
      "id": "43f87bb0-7c32-4cfc-ac1f-80ebebd50b4f",
      "name": "Respond with Shortened URL",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        500,
        0
      ]
    },
    {
      "id": "b4db4c2c-2a2f-47fd-a6fc-8e6f44de7af1",
      "name": "Receive Link Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        60,
        0
      ]
    }
  ],
  "connections": {
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Respond with Shortened URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Link Webhook": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}