Check for Bargain Flights and Get Notified Using Amadeus and Gmail - n8n Workflow | Neura Market
Check for Bargain Flights and Get Notified Using Amadeus and Gmail
## What this template does
This workflow uses the Amadeus API every day to check for bargain flights for an itinerary and price target of your choice. It then automatically emails you once it has found a match.
## Setup
1. Create an API account on https://developers.amadeus.com/
2. In **Amadeus Flight Search**, connect to OAuth2 API:
- Grant Type - Client Credentials
- Access Token URL - https://test.api.amadeus.com/v1/security/oauth2/token
- Client ID/Secret - from your account
3. Set your details in **Gmail**
4. Set your desired Origin/Destination airports in **FromTo**
5. Set the dates ahead you wish to search in **Get Dates** (default is 7 days and 14 days)
6. Set the price target in **Under Price**
## How to test it
After completing the setup steps above, just hit **Test Workflow**!
Platform
n8n
Category
Travel
Price
Free
Creator
Jay Hartley
set
code
wait
gmail
filter
stickyNote
httpRequest
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.