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 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: false
  • error: Error message describing the failure.
  • resource and operation as 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.

Discussion