JetNet icon

JetNet

Interact with JetNet API for aviation industry data

Overview

This node integrates with the JetNet API, a specialized aviation industry data service, to retrieve detailed information about companies, aircraft, contacts, and market intelligence. Specifically, for the Company resource and the Get Identification operation, it fetches identification data of a company by its unique ID.

Use cases include:

  • Retrieving official identification details of an aviation-related company for verification or record-keeping.
  • Integrating company data into aviation management systems or CRMs.
  • Automating workflows that require up-to-date company identification info from JetNet.

Example: Given a company’s unique ID, this node can pull its identification details such as registration numbers, legal names, or other official identifiers maintained by JetNet.

Properties

Name Meaning
Company ID The unique identifier of the company whose identification data you want to retrieve.

Output

The output is a JSON object containing the company's identification data as returned by the JetNet API. This typically includes fields related to the company's official identity within the aviation industry (e.g., registration codes, legal identifiers).

If multiple items are returned (though unlikely for a single company ID), each will be output as a separate JSON object in the array.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the JetNet API service.
  • Requires an API authentication token credential configured in n8n to authorize requests.
  • The base URL for API requests is https://customer.jetnetconnect.com.
  • The node uses HTTP GET requests to fetch data for this operation.

Troubleshooting

  • Invalid or missing Company ID: Ensure the "Company ID" property is correctly set and corresponds to a valid company in JetNet.
  • Authentication errors: Verify that the API key credential is properly configured and has sufficient permissions.
  • Network issues: Confirm network connectivity to customer.jetnetconnect.com.
  • API rate limits or downtime: If requests fail repeatedly, check JetNet service status or API usage limits.
  • Unexpected response format: If the output JSON is empty or malformed, verify the company ID exists and the API endpoint is functioning.

Common error messages:

  • Authentication failures usually indicate invalid or expired API tokens.
  • 404 errors suggest the company ID does not exist.
  • Timeout or network errors indicate connectivity problems.

Links and References

  • JetNet Official Website — For more information about the JetNet service.
  • JetNet API documentation (not publicly linked here) — Consult your JetNet account resources for detailed API specs and authentication setup.

Discussion