Actions68
- 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
- Get Bulk Aircraft Export Paged
- Get Condensed Snapshot
- Get Condensed Owner Operators
- Get Condensed Owner Operators Paged
- Get Event List
- Get Event List Paged
- Get History List
- Get History List Paged
- Get Flight Data
- Get Relationships
- Company Actions
- Contact Actions
- Market Actions
- Get Model Intelligence
- Get Model Market Trends
- Get Model Operation Costs
- Get Model Performance Specs
- Get Account Info
- Get Product Codes
- Get Airframe Types
- Get Make Type List
- Get Weight Class Types
- Get Airframe JNIQ Sizes
- Get Aircraft Make List
- Get Aircraft Model List
- Get Company Business Types
- Get Aircraft Company Relationship Types
- Get Event Categories
- Get Event Types
- Get Airport List
- Get State List
- Get Country List
- Get Aircraft Lifecycle Status
- Get Aircraft History Transaction Types
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: falseerror: Error message describing the failure.resourceandoperationas 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.comis 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
- JetNet Official Website
- JetNet API documentation (not publicly included; refer to your JetNet account resources)
- n8n Documentation: Creating Custom Nodes