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 specialized aviation industry data service, to retrieve detailed information about companies, aircraft, contacts, and market intelligence. Specifically, the Company - Get Contacts operation fetches a list of contacts associated with a given company by its unique ID.
Use cases include:
- Accessing contact details for aviation companies to support sales, marketing, or operational workflows.
- Enriching CRM systems with up-to-date contact information linked to specific aviation companies.
- Automating data retrieval for aviation industry analysis or reporting.
For example, you can input a company’s unique ID and retrieve all related contacts such as executives, sales representatives, or technical staff.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique identifier of the company whose contacts you want to retrieve (string). |
Output
The node outputs JSON data representing the list of contacts associated with the specified company. Each item in the output array corresponds to one contact's data object as returned by the JetNet API.
The exact structure depends on the API response but typically includes fields like contact names, titles, phone numbers, emails, and other relevant contact details.
No binary data is output by 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 endpoints like
/api/Company/getContacts/{companyId}/{apiToken}.
Troubleshooting
- Invalid Company ID: If the provided company ID does not exist or is incorrect, the API may return an error or empty results. Verify the company ID before running the node.
- Authentication Errors: Ensure that the API key credential is correctly set up and has sufficient permissions.
- Network Issues: Connectivity problems to the JetNet API endpoint will cause request failures.
- API Rate Limits: Excessive requests might be throttled; check your JetNet account limits.
- Empty Response: If no contacts are found, the output will be empty; confirm the company actually has associated contacts.
If errors occur, the node throws descriptive messages unless "Continue On Fail" is enabled, in which case it returns error details per item.
Links and References
- JetNet Official Website — For more information about the JetNet aviation data services.
- JetNet API documentation (not publicly included here) — Consult your JetNet API provider for detailed endpoint specs and data schemas.