{
  "name": "Convert time zones with TimeZoneDB API integration",
  "nodes": [
    {
      "id": "5b7534b7-7ad2-4f8e-9ef0-67bae5b9295b",
      "name": "Note: Webhook Input",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        880,
        80
      ],
      "parameters": {
        "width": 340,
        "height": 560,
        "content": "## Webhook Input\n\nThis node listens for incoming POST requests. It expects a JSON body with the following properties:\n\n* `fromZone` (source timezone IANA name, e.g., `America/New_York`)\n* `toZone` (ta"
      }
    },
    {
      "id": "25af01e7-59e7-4339-adbf-07fd1398135c",
      "name": "Note: TimeZoneDB API Call",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1280,
        160
      ],
      "parameters": {
        "width": 400,
        "height": 480,
        "content": "## TimeZoneDB API Call\n\nThis node makes an HTTP GET request to the TimeZoneDB API's `convert-time-zone` endpoint. It dynamically constructs the URL using the source zone, target zone, and Unix timesta"
      }
    },
    {
      "id": "a5f0025b-1291-4e6d-ad83-90742eb69e12",
      "name": "Note: Webhook Response",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1740,
        240
      ],
      "parameters": {
        "width": 360,
        "height": 400,
        "content": "## Webhook Response\n\nThis node sends the conversion result received from the TimeZoneDB API back to the original webhook caller. The response includes the converted time, the time zone names, and stat"
      }
    },
    {
      "id": "f5e1f969-313f-4ac0-bc53-91bb66556254",
      "name": "Receive Time Conversion Request",
      "type": "n8n-nodes-base.webhook",
      "position": [
        1000,
        480
      ]
    },
    {
      "id": "f3725910-1f3f-44c8-9c54-3fd4a55ea524",
      "name": "Respond with Converted Time",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1860,
        480
      ]
    },
    {
      "id": "202847ea-f056-455f-970c-758ce5d61e17",
      "name": "Convert Timezone (TimeZoneDB)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1440,
        480
      ]
    }
  ],
  "connections": {
    "Convert Timezone (TimeZoneDB)": {
      "main": [
        [
          {
            "node": "Respond with Converted Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Time Conversion Request": {
      "main": [
        [
          {
            "node": "Convert Timezone (TimeZoneDB)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}