Actions68
- Aircraft Actions
- Get
- Get List
- Get by Registration
- Get Identification
- Get Status
- Get Maintenance
- Get Flights
- Get APU
- Get Avionics
- Get Engine
- Get Airframe
- Get Additional Equipment
- Get Features
- Get Interior
- Get Exterior
- Get Leases
- Get Company Relationships
- Get Pictures
- Get Bulk Aircraft Export
- Get Bulk Aircraft Export Paged
- Get Condensed Snapshot
- Get Condensed Owner Operators
- Get Condensed Owner Operators Paged
- Get Event List
- Get Event List Paged
- Get History List
- Get History List Paged
- Get Flight Data
- Get Relationships
- Company Actions
- Contact Actions
- Market Actions
- Get Model Intelligence
- Get Model Market Trends
- Get Model Operation Costs
- Get Model Performance Specs
- Get Account Info
- Get Product Codes
- Get Airframe Types
- Get Make Type List
- Get Weight Class Types
- Get Airframe JNIQ Sizes
- Get Aircraft Make List
- Get Aircraft Model List
- Get Company Business Types
- Get Aircraft Company Relationship Types
- Get Event Categories
- Get Event Types
- Get Airport List
- Get State List
- Get Country List
- Get Aircraft Lifecycle Status
- Get Aircraft History Transaction Types
Overview
This node provides access to JetNet aviation industry data through various resources and operations. Specifically, for the Market resource with the Get Airport List operation, it retrieves a list of airports from the JetNet database.
Use cases include:
- Integrating airport data into aviation-related workflows.
- Enriching datasets with airport information for market analysis or logistics planning.
- Automating retrieval of airport lists for AI agents or other automated systems requiring up-to-date aviation market intelligence.
Example: Automatically fetching the current list of airports to populate dropdowns in an application or to cross-reference flight data.
Properties
| Name | Meaning |
|---|---|
| Tool Description | Choose how to set the tool description: - Set Automatically: Description is auto-generated based on selected resource and operation. - Set Manually: Provide a custom description explaining what the tool does. |
| Description | A text field to manually describe the tool's purpose (only shown if "Set Manually" is selected). Default: "Access JetNet aviation industry data including aircraft specifications, company information, contact details, and market intelligence". |
Output
The node outputs a JSON string containing:
success: Boolean indicating if the API call was successful.resource: The resource name used ("market").operation: The operation performed ("getAirportList").data: The actual list of airports returned by the JetNet API.timestamp: ISO timestamp of when the response was generated.
The output is structured as a JSON stringified object with pretty formatting.
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating with the JetNet service.
- The node makes HTTP requests to the JetNet API endpoint at
https://customer.jetnetconnect.com. - Proper configuration of the API authentication token and bearer token is necessary in n8n credentials.
Troubleshooting
- Missing or invalid API credentials: The node requires valid API tokens; ensure these are correctly configured in n8n.
- Unknown resource or operation errors: Selecting an unsupported resource or operation will throw an error. Confirm that "market" resource and "getAirportList" operation are chosen.
- Network or API errors: If the JetNet service is unreachable or returns errors, the node will return a JSON error message with details.
- Parsing errors: Input parameters must be correctly formatted; malformed JSON or missing required fields may cause failures.
Links and References
- JetNet Official Website — For more information about the data and services.
- JetNet API documentation (not publicly included here) — Consult your JetNet account for detailed API usage guidelines.