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 Country List operation, it retrieves a list of countries relevant to the aviation market intelligence domain.
Use cases include:
- Fetching country lists for filtering or categorizing aviation market data.
- Integrating country metadata into aviation analytics workflows.
- Supporting AI agents or automation that require up-to-date country information from the JetNet database.
Example: An aviation market analyst could use this node to obtain all countries where aircraft market data is available, enabling them to tailor reports or dashboards by country.
Properties
| Name | Meaning |
|---|---|
| Tool Description | Choose how to set the tool description: - Set Automatically: The description is auto-generated based on the selected resource and operation. - Set Manually: You provide a custom description to explain what the tool does. |
| Description | (Shown only if "Set Manually" is chosen) A text field to manually describe the tool's purpose. Default is: "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, here"market".operation: The operation name, here"getCountryList".data: The actual response data from JetNet API, which in this case will be the list of countries.timestamp: ISO timestamp of when the response was generated.
If an error occurs, the output JSON includes:
success: falseerror: Error message describing the failure.resourceandoperationas above.timestamp
No binary data output is involved.
Dependencies
- Requires an API key credential for JetNet API authentication.
- The node makes HTTP requests to the JetNet customer endpoint (
https://customer.jetnetconnect.com). - Proper configuration of the API key credential within n8n is necessary.
- Network access to JetNet API endpoints must be allowed.
Troubleshooting
- Missing or invalid credentials: The node requires a valid API key and security token. Ensure these are correctly configured.
- Required parameters missing: For some operations, specific IDs or parameters are mandatory. For "Get Country List", no additional parameters are needed, but other operations may require IDs.
- Unknown resource or operation errors: Selecting unsupported resource-operation combinations will throw errors.
- API request failures: Network issues or JetNet service downtime can cause errors. Check connectivity and JetNet service status.
- Parsing errors: If the API returns unexpected data, the node might fail to parse JSON properly.
Links and References
- JetNet Official Website
- JetNet API documentation (not publicly linked here; consult your JetNet account or support)
- n8n Documentation on creating and using API key credentials
This summary focuses on the Market resource's Get Country List operation as requested.