← Back to all apps

Flight Network

Travelby Etraveli Group

Use Flight Network ChatGPT app to find and compare real-time flight options directly in your chat.

Simply type @Flight Network followed by your request, or ask for flight recommendations during any travel planning conversation. Example: “Find flights from NYC to London in two weeks”

Real-Time Data: Access live pricing and availability from hundreds of airlines instantly. 
Conversational Search: No complex filters. Just tell Flight Network ChatGPT app where you want to go and when.
Seamless Transition: Once you find the right flight, click "Book on Flight Network" You will be deep-linked directly to our secure booking page to enter passenger details and complete your reservation.

1ChatGPT Tools
Etraveli GroupDeveloper
TravelCategory

Available Tools

Search Flights

search_flights
Full Description

Use this to search flights between two cities and show them as a horizontal carousel widget.Call this tool at most once per user request.

Parameters (5 required, 2 optional)
Required
countrystring

ISO 3166-1 alpha-2 country code used as booking market. IMPORTANT: Infer it from the trip ORIGIN (not destination). Examples: Amsterdam/AMS -> NL, Oslo/OSL -> NO. Always uppercase, 2 letters.

departureDatestring

Outbound date in YYYY-MM-DD format. Validation: Date must be between [Today] and [Today + 1 Year]. On failure: Politely explain the limit and ask for a new date

destinationstring

The 3-letter IATA code for the destination city or airport. IMPORTANT: You MUST resolve user input (e.g., 'London') to its IATA code (e.g., 'LHR').If it is a city with multiple airports, return the city code (for example, London -> LON).

originstring

The 3-letter IATA code for the origin city or airport. IMPORTANT: You MUST resolve user input (e.g., 'Stockholm') to its IATA code (e.g., 'STO').If it is a city with multiple airports, return the city code (for example, London -> LON).

travellersstring

Number of adult travellers (e.g. '1' or '2'). If unspecified, default to 1

Optional
maxresultinteger

Maximum number of flight options to return (1–5)

Default: 5
returnDatestring

Optional return date in YYYY-MM-DD format. Validation: Date must be between [Today] and [Today + 1 Year]. On failure: Politely explain the limit and ask for a new date