Skip to main content

Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts

Workflow preview

Workflow preview
100%
Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Live Airport Delay Dashboard with FlightStats & Team Alerts Description Automates live monitoring of airport delays using FlightStats API. Stores and displays delay data, with Slack alerts for seve...

Best for

  • Engineering automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.noop, 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
Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts
Workflow name
Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts

Live Airport Delay Dashboard with FlightStats & Team Alerts

Description

  • Automates live monitoring of airport delays using FlightStats API.
  • Stores and displays delay data, with Slack alerts for severe delays to operations/sales teams.

Essential Information

  • Runs on a scheduled trigger (e.g., hourly or daily).
  • Fetches real-time delay data from FlightStats API.
  • Stores data in Google Sheets and alerts teams via Slack for severe delays.

System Architecture

  • Delay Monitoring Pipeline:
    • Set Schedule: Triggers the workflow hourly or daily via Cron.
    • FlightStats API: Retrieves live airport delay data.
  • Data Management Flow:
    • Set Output Data: Prepares data for storage or display.
    • Merge API Data: Combines and processes delay data.
  • Alert and Display:
    • Send Response via Slack: Alerts ops/sales for severe delays.
    • No Action for Minor Delays: Skips minor delays with no action.

Implementation Guide

  • Import the workflow JSON into n8n.
  • Configure Cron node for desired schedule (e.g., every 1 hr).
  • Set up FlightStats API credentials and endpoint (e.g., https://api.flightstats.com).
  • Configure Google Sheets or Notion for data storage/display.
  • Test with a sample API call and verify Slack alerts.
  • Adjust delay severity thresholds as needed.

Technical Dependencies

  • Cron service for scheduling.
  • FlightStats API for real-time delay data.
  • Google Sheets API or Notion API for data storage/display.
  • Slack API for team notifications.
  • n8n for workflow automation.

Database & Sheet Structure

  • Delay Tracking Sheet (e.g., AirportDelays):
    • Columns: airport_code, delay_status, delay_minutes, timestamp, alert_sent
    • Example: JFK, Severe, 120, 2025-07-29T20:28:00Z, Yes

Customization Possibilities

  • Adjust Cron schedule for different frequencies (e.g., every 30 min).
  • Modify FlightStats API parameters to track specific airports.
  • Customize Slack alert messages in the Send Response via Slack node.
  • Integrate with a dashboard tool (e.g., Google Data Studio) for live display.
  • Add email alerts for additional notification channels.

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 - Set Schedule

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

Block 2 - FlightStats API

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

Block 3 - Set Output Data

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

Block 4 - Merge API Data

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

Block 5 - Send Response via Slack

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

Block 6 - No Action for Minor Delays

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

Block 7 - Sticky Note

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

3. Summary Table

Workflow Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts
Complexity intermediate
Nodes 7
Categories Engineering
Author Oneclick AI Squad
Published 29 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6648/6648.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 Live airport delay dashboard with FlightStats, Google Sheets & Slack alerts do?

Live Airport Delay Dashboard with FlightStats & Team Alerts Description Automates live monitoring of airport delays using FlightStats API. Stores and displays delay data, with Slack alerts for seve...

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 Engineering use case.