Automated Currency Exchange Rate Alerts
detail.loadingPreview
Stay informed with real-time currency exchange rates delivered directly to your Telegram. This workflow automatically fetches and formats exchange rates at regular intervals, ensuring you always have up-to-date financial information.
About This Workflow
This n8n workflow provides a seamless way to monitor currency exchange rates without manual intervention. It's designed to fetch the latest rates from an external API, process this data to highlight key currency conversions, and then deliver the information directly to a specified Telegram chat. The workflow is scheduled to run every 15 minutes, ensuring you receive timely updates. You can easily customize the base currency and the target currencies you wish to track, making it a flexible solution for personal or business financial awareness. The output is formatted for clear readability within Telegram, including the last update time and relevant emojis.
Key Features
- Scheduled Updates: Automatically fetches currency exchange rates every 15 minutes.
- Customizable Currencies: Easily set your base currency and the target currencies you want to monitor.
- Telegram Notifications: Delivers formatted exchange rate reports directly to your Telegram chat.
- Clear & Concise Reporting: Presents data with a user-friendly format, including currency codes, emojis, and last updated timestamps.
- External API Integration: Leverages a reliable API for up-to-date exchange rate data.
How To Use
- Configure Trigger: The 'Schedule Trigger' node is set to run every 15 minutes. Adjust this interval if needed.
- Set Base & Target Currencies: In the 'Set Currency' node, modify the
currencyparameter to your desired base currency (e.g., 'EGP'). Update theto_currenciesparameter with a comma-separated list of currencies you want to track (e.g., 'USD,AED,SAR'). - Set Telegram Chat ID: Ensure the
telegram_chat_idin the 'Set Currency' node is correctly set to your Telegram chat ID. This can be set via environment variables (as shown) or directly. - API Request: The 'Convert Currency' node uses the
open.er-api.comAPI. It dynamically builds the URL using your specified base currency. - Prepare Report: The 'Report: Prepare' node takes the API response and formats it into a human-readable message for Telegram. You can customize the
targetsarray within the JavaScript code to include or exclude specific currencies and their emojis. - Send Telegram Message: The 'Send a text message' node uses your Telegram credentials to send the generated report to your specified chat ID. Ensure your Telegram credentials are set up correctly in n8n.
Apps Used
Workflow JSON
{
"id": "060ab5f2-9964-4f93-ac09-a6a044eea9e7",
"name": "Automated Currency Exchange Rate Alerts",
"nodes": 5,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 060ab5f2-9964...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.