JetNet Tool icon

JetNet Tool

Access JetNet aviation data for AI Agents

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

Discussion