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
The node provides access to JetNet aviation industry data, specifically for the Market resource with the Get Model Intelligence operation. It retrieves detailed model intelligence data including aircraft specifications and market metrics. This is useful for aviation professionals, analysts, or AI agents needing comprehensive market insights on aircraft models.
Typical use cases include:
- Fetching up-to-date market intelligence for specific aircraft models.
- Integrating aviation market data into analytics dashboards.
- Enriching AI workflows with detailed aircraft model specs and market trends.
Example: An AI agent querying the node can obtain detailed performance, valuation, and specification data about a particular aircraft model to support decision-making or reporting.
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 explaining what the tool does. |
| Description | (Shown only if "Set Manually" is chosen) A text field where you specify a detailed description of 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 ("market").operation: The operation name ("getModelIntelligence").data: The actual response data from the JetNet API containing model intelligence details such as specifications and market metrics.timestamp: ISO timestamp of when the response was generated.
The output is structured as a JSON stringified object. 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 Required Parameters: If required parameters like registration number or IDs are missing for certain operations, the node throws errors indicating which parameter is needed.
- Unknown Resource or Operation: Selecting an unsupported resource or operation will result in an error message specifying the unknown resource or operation.
- Authentication Errors: Failure to provide valid API credentials or tokens will cause authorization failures.
- API Request Failures: Network issues or JetNet API downtime may cause request failures; check connectivity and API status.
- JSON Parsing Issues: Input data must be valid JSON or a parsable string; malformed input may cause errors.
To resolve errors:
- Ensure all required input fields are provided.
- Verify API credentials and tokens are correctly configured.
- Confirm the resource and operation selections are valid.
- Check network connectivity and JetNet API availability.
Links and References
- JetNet Official Website
- JetNet API documentation (not publicly included here; refer to your JetNet account resources)
- n8n Documentation on creating and using custom nodes and credentials