JetNet Tool icon

JetNet Tool

Access JetNet aviation data for AI Agents

Overview

This node integrates with the JetNet aviation data service to retrieve detailed company information from the JetNet database. It is designed for scenarios where users need comprehensive data about aviation-related companies, such as their identification details, contacts, phone numbers, business types, aircraft relationships, related companies, certifications, and historical transaction records.

Practical examples include:

  • Fetching full company profiles by company ID.
  • Listing all companies matching certain criteria.
  • Retrieving contact lists associated with a specific company.
  • Accessing company certifications or business roles.
  • Obtaining paginated company history for audit or analysis purposes.

This node is beneficial for aviation industry analysts, market researchers, or software systems that require enriched company data for decision-making or integration.

Properties

Name Meaning
Tool Description Choose how to set the tool description:
- Set Automatically: The description is set based on resource and operation.
- Set Manually: You provide a custom description to explain what this tool does.
Description (Shown only if "Set Manually" is selected) A string describing the tool's purpose to help language models produce better results. Default: "Access JetNet aviation industry data including aircraft specifications, company information, contact details, and market intelligence".
Resource The type of aviation data to access. For this node, fixed to Company.
Operation The action to perform on the Company resource. Options include:
- Get: Retrieve all company data by ID.
- Get List: Retrieve a list of companies.
- Get Identification: Get company identification data.
- Get Contacts: Get contacts associated with the company.
- Get Phone Numbers: Get company phone numbers.
- Get Business Types: Get business roles the company plays.
- Get Aircraft Relationships: Get aircraft relationships for the company.
- Get Related Companies: Get companies related to this company.
- Get Company Certifications: Get accreditations and certifications.
- Get Company History: Get company history and transactions.
- Get Company History Paged: Same as above but paginated.

Output

The node outputs a JSON string containing:

  • success: Boolean indicating if the request was successful.
  • resource: The resource name ("company").
  • operation: The operation performed (e.g., "get").
  • data: The actual data returned from the JetNet API corresponding to the requested operation.
  • 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 produced by this node.

Dependencies

  • Requires an active connection to the JetNet API service.
  • Needs an API authentication token and bearer token configured in n8n credentials for JetNet.
  • Network access to https://customer.jetnetconnect.com is required.
  • No additional external dependencies beyond the JetNet API and n8n credential setup.

Troubleshooting

  • Missing Required IDs: Operations like "Get" require a valid company ID. If missing, the node throws an error stating the ID is required.
  • Unknown Operation or Resource: Selecting an unsupported operation or resource will cause an error indicating it is unknown.
  • Authentication Errors: If API tokens are invalid or missing, requests will fail. Ensure credentials are correctly configured.
  • Network Issues: Connectivity problems to the JetNet API endpoint will result in request failures.
  • Malformed Input: Providing input parameters in incorrect formats may cause parsing errors.

To resolve errors:

  • Verify all required input fields are provided.
  • Check that the correct resource and operation are selected.
  • Confirm API credentials are valid and have necessary permissions.
  • Ensure network connectivity to the JetNet API endpoint.

Links and References

Discussion