Skip to main content

Monitor flight price drops and send email alerts with SerpAPI and Gmail

Workflow preview

Workflow preview
100%
Monitor flight price drops and send email alerts with SerpAPI and Gmail preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Problem: It is difficult to manually track changing flight prices and quickly identify the best time to book a ticket. Many travelers miss deals or spend too much time monitoring fares for their ...

Best for

  • Personal Productivity automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.if, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yash Choudhary.

Original n8n.io source

1.1 Workflow description

Title
Monitor flight price drops and send email alerts with SerpAPI and Gmail
Workflow name
Monitor flight price drops and send email alerts with SerpAPI and Gmail

Problem:

🚨It is difficult to manually track changing flight prices and quickly identify the best time to book a ticket. Many travelers miss deals or spend too much time monitoring fares for their specific routes and travel dates.

Prerequisites:

  • An active SerpAPI account (for flight search API access)
  • Gmail or another email service account (for email alerts)

This would be helpful for:

  • Frequent flyers wanting to book flights at the lowest price
  • Budget travelers planning trips in advance
  • Corporate travelers managing travel expenses
  • Travel agencies monitoring deals for clients

Step-by-step workflow:

Takes 5-10 minutes to set up

  1. Set your preferred flight route and travel date
  2. Choose the price alert threshold
  3. Automatically monitor flight prices at your selected interval
  4. Get notified by email when a price drop is detected

Sample Query

Input: Origin: “JFK” (New York) Destination: “SEA” (Seattle) Outbound Date: “2025-09-06” Price Threshold: $250 Notification Email: [email protected]

Output: If flight from JFK to SEA on 2025-09-06 drops to $250 or below, you’ll receive an email notification: “Hi! The flight price to Seattle just dropped to $242. Book your ticket now!”

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 - Cron

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

Block 2 - Fetch Price - SerpAPI

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

Block 3 - Check Price Drop

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

Block 4 - IF Price Dropped?

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

Block 5 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

3. Summary Table

Workflow Monitor flight price drops and send email alerts with SerpAPI and Gmail
Complexity intermediate
Nodes 5
Categories Personal Productivity
Author Yash Choudhary
Published 26 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6503/6503.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 Monitor flight price drops and send email alerts with SerpAPI and Gmail do?

Problem: It is difficult to manually track changing flight prices and quickly identify the best time to book a ticket. Many travelers miss deals or spend too much time monitoring fares for their ...

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 Personal Productivity use case.