This n8n workflow automates the process of fetching currency exchange rates from an API, generating a formatted report, and sending it via Telegram at regular intervals. It starts with a schedule trigger that runs every 15 minutes, then retrieves the latest currency data for a specific base currency (defaulted to EGP). The workflow formats the exchange rates for selected currencies (USD, EUR, GBP, SAR, AED) into a readable report with emoji symbols. Finally, it sends this report as a message to a specified Telegram chat, making it ideal for real-time currency updates for business or financial monitoring. This setup is perfect for users who need automated, up-to-date currency exchange rates delivered directly to their messaging app periodically.
Automated Currency Exchange Rate Telegram Report
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | code, httpRequest, scheduleTrigger, set, stickyNote, telegram |
Reviews
There are no reviews yet.