JetNet Tool icon

JetNet Tool

Access JetNet aviation data for AI Agents

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.

Discussion