Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.cron - cron
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This automated n8n workflow continuously tracks real time flight fare changes by querying airline APIs (e.g., Amadeus, Skyscanner). It compares new prices with historical fares and sends instant no...
n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis automated n8n workflow continuously tracks real-time flight fare changes by querying airline APIs (e.g., Amadeus, Skyscanner). It compares new prices with historical fares and sends instant notifications to users when a fare drop is detected. All tracked data is structured and logged for audit and analysis.
Schedule Trigger Initiates the fare check every 6 hours.
Fetch Flight Fare Data Queries APIs (Amadeus, Skyscanner) for current flight fares.
Get Tracked Bookings Retrieves tracked routes from the internal database.
Compare Fares Detects price drops compared to original booking fares.
Update Fare History Table
Logs the new fare and timestamp into the fare_tracking table.
Classify Drops Determines priority based on absolute and percentage savings.
Notify Users
Log Activity
Stores all sync actions and notifications in fare_alert_logs.
Valid accounts and credentials for:
PostgreSQL or MySQL database for fare tracking
Tracked booking dataset (with routes, fares, and user contacts)
When exporting or logging fare tracking data to Excel or CSV, use the following structure:
| flight_number | airline | departure | arrival | departure_time | arrival_time | current_fare | route | timestamp |
|---|---|---|---|---|---|---|---|---|
| AT5049 | Royal Air Maroc | John F Kennedy International | Los Angeles International | 2025-07-21T06:00:00+00:00 | 2025-07-21T08:59:00+00:00 | 235 | JFK-LAX | 2025-07-21T13:04:14.000Z |
| BA1905 | British Airways | John F Kennedy International | Los Angeles International | 2025-07-21T06:00:00+00:00 | 2025-07-21T08:59:00+00:00 | 479 | JFK-LAX | 2025-07-21T13:04:14.000Z |
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Live flight fare tracker with Aviation Stack API – alerts via Gmail & Telegram |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Market Research |
| Author | Oneclick AI Squad |
| Published | 21 Jul 2025 |
Use the JSON export at /data/workflows/6235/6235.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This automated n8n workflow continuously tracks real time flight fare changes by querying airline APIs (e.g., Amadeus, Skyscanner). It compares new prices with historical fares and sends instant no...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.