Skip to main content

Track flight fares with Amadeus & Skyscanner - alerts, refunds & trends

Workflow preview

Workflow preview
100%
Track flight fares with Amadeus & Skyscanner - alerts, refunds & trends preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This automated n8n workflow tracks booked flight fares post purchase using Amadeus and Skyscanner APIs to detect drops for refund or credit opportunities. It streamlines fare monitoring, updates bo...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.postgres, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Track flight fares with Amadeus & Skyscanner - alerts, refunds & trends
Workflow name
Track flight fares with Amadeus & Skyscanner - alerts, refunds & trends

This automated n8n workflow tracks booked flight fares post-purchase using Amadeus and Skyscanner APIs to detect drops for refund or credit opportunities. It streamlines fare monitoring, updates booking statuses, and notifies users via SMS or email.

Fundamental Aspects

  • Fare Check Trigger - Initiates the workflow
  • Get Tracked Bookings - Retrieves existing booking data
  • Prepare Fare Query - Prepares query parameters
  • Search Current Fares - Queries Skyscanner for current fares
  • Analyze Fare Drops - Identifies significant fare reductions
  • Update Fare Tracking - Updates fare tracking records
  • Update Booking Status - Updates status based on fare changes
  • Check if Notification Needed - Determines if alerts are required
  • Send Fare Drop Email - Notifies users via email
  • Notify Slack Team - Alerts the team via Slack
  • Check Refund Eligible - Assesses refund eligibility
  • Initiate Refund Process - Starts refund procedure if eligible
  • Check if SMS Needed - Decides if SMS alert is necessary
  • Send SMS Alert - Sends SMS notification

Setup Instructions

  1. Import the workflow into n8n
  2. Configure API credentials for Amadeus and Skyscanner
  3. Run the workflow
  4. Verify notifications and refund processes

Features

  • Fare Monitoring - Tracks and compares fares using Amadeus and Skyscanner
  • Alert System - Sends email and SMS notifications for fare drops
  • Refund Management - Checks and initiates refund processes
  • Trend Analysis - Analyzes fare trends for strategic decisions

DB Queries

  • Get Tracked Bookings Columns: - booking_id, passenger_name, email, phone, flight_number, departure_date, origin, destination, airline, booking_class, original_fare, booking_date, confirmation_code, tracking_enabled, last_checked, current_lowest_fare, trend.
  • Update Fare Tracking Columns: - booking_id, check_date, lowest_fare, fare_source, savings_amount, savings_percentage, fare_trend, priority_level, action_recommended, refund_eligible, available_fares_json, updated_at.
  • Update Booking Status: Columns - last_checked, current_lowest_fare, booking_id.

DB Setup:

  • Create tables 'bookings' and 'fare_tracking' with above columns, set 'booking_id' as primary key, and ensure proper indexing for performance.
  • Run queries after configuring DB connection in n8n with appropriate credentials.

Parameters to Configure

  • amadeus_api_key: Amadeus API key
  • skyscanner_api_key: Skyscanner API key
  • email_recipients: List of email addresses for alerts
  • sms_recipients: List of phone numbers for SMS alerts
  • slack_channel: Slack channel for team notifications
  • refund_threshold: Minimum fare drop for refund eligibility

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Fare Check Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 2 - Get Tracked Bookings

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.4

Block 3 - Prepare Fare Search

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Search Current Fares

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 5 - Search Skyscanner Fares

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 6 - Analyze Fare Drops

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Update Fare Tracking

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.4

Block 8 - Update Booking Status

Type / Role
n8n-nodes-base.postgres - postgres
Config choices
Version 2.4

Block 9 - Check if Notification Needed

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 10 - Send Fare Drop Email

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 11 - Check if SMS Needed

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 12 - Send SMS Alert

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 13 - Notify Slack Team

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 14 - Check Refund Eligible

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 15 - Initiate Refund Process

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 16 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Track flight fares with Amadeus & Skyscanner - alerts, refunds & trends
Complexity advanced
Nodes 17
Categories Market Research
Author Oneclick AI Squad
Published 21 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6233/6233.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Track flight fares with Amadeus & Skyscanner - alerts, refunds & trends do?

This automated n8n workflow tracks booked flight fares post purchase using Amadeus and Skyscanner APIs to detect drops for refund or credit opportunities. It streamlines fare monitoring, updates bo...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.