Actions44
- Contact Actions
- Aircraft Actions
- Get
- Get List
- Get by Registration
- Get Identification
- Get Status
- Get Maintenance
- Get Flights
- Get APU
- Get Avionics
- Get Engine
- Get Airframe
- Get Additional Equipment
- Get Features
- Get Interior
- Get Exterior
- Get Leases
- Get Company Relationships
- Get Pictures
- Get Bulk Aircraft Export Paged
- Get Condensed Owner Operators Paged
- Get Event List Paged
- Get History List Paged
- Company Actions
- Market Actions
Overview
This node integrates with the JetNet API, a service providing detailed aviation industry data. Specifically, for the Company resource and the Get operation, it retrieves comprehensive information about a company by its unique ID. This can include general company details, certifications, contacts, phone numbers, business types, aircraft relationships, related companies, and company history depending on the chosen operation.
Use cases include:
- Fetching detailed company profiles for aviation businesses.
- Accessing certification and accreditation data for compliance or verification.
- Retrieving contact lists and phone numbers associated with a company.
- Exploring relationships between companies and aircraft or other companies.
- Analyzing company transaction history for auditing or market research.
Example: Given a company ID, you can retrieve all available data about that company to enrich your CRM or aviation database.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company to retrieve information for. |
Output
The output is JSON data representing the response from the JetNet API for the requested company information. The structure depends on the specific endpoint called but generally includes detailed company data such as:
- Basic company profile information.
- Lists of contacts or phone numbers.
- Business types and roles.
- Aircraft relationships linked to the company.
- Related companies.
- Certifications and accreditations.
- Historical transaction records (if applicable).
If multiple items are returned (e.g., lists), each item is output as a separate JSON object in the array. If a single object is returned, it is output as one JSON object.
No binary data output is indicated for 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. - Proper network access to the JetNet API endpoints must be ensured.
Troubleshooting
Common issues:
- Invalid or missing company ID will result in errors or empty responses.
- Authentication failures if the API token credential is incorrect or expired.
- Network connectivity problems preventing access to the JetNet API.
- Rate limiting or quota exceeded errors from the JetNet API.
Error messages:
- Errors thrown by the node will include the message from the JetNet API or a generic error if unknown.
- To resolve, verify the company ID is correct, check API credentials, and ensure network connectivity.
- Use the "Continue On Fail" option in n8n to handle errors gracefully during batch processing.
Links and References
- JetNet Official Website — For more information about the JetNet service.
- JetNet API documentation (not publicly linked here) — Consult your JetNet account representative for API details and usage guidelines.