This n8n workflow facilitates real-time time zone conversion by integrating with the TimeZoneDB API. It listens for incoming POST requests via a webhook, processes the provided time and time zone data, and returns the converted time in the target time zone. The workflow is ideal for applications requiring dynamic time conversions, such as scheduling, booking systems, or global event planning.
The process begins with a webhook node that receives a JSON payload containing the source timezone (`fromZone`), destination timezone (`toZone`), and Unix timestamp (`time`). These details are then passed to an HTTP request node that constructs a dynamic API call to TimeZoneDB, securely fetching the converted time. Finally, the API response is sent back through a response node, delivering the converted time back to the requester.
This automation enables seamless, programmatic time zone conversions, crucial for global businesses, scheduling tools, or any system that needs accurate time adjustments across different regions.
Reviews
There are no reviews yet.