JetNet icon

JetNet

Interact with JetNet API for aviation industry data

Overview

This node integrates with the JetNet API to retrieve detailed aviation industry data related to contacts, aircraft, companies, and market intelligence. Specifically, for the Contact resource and the Get Phone Numbers operation, it fetches all phone numbers associated with a given contact by their unique Contact ID.

This node is useful in scenarios where you need to programmatically access up-to-date contact information within aviation-related workflows, such as CRM integrations, lead enrichment, or communication automation.

Example use case:
You have a workflow that manages aviation contacts and needs to send SMS notifications or make calls. Using this node, you can retrieve all phone numbers linked to a specific contact to automate outreach or verification processes.

Properties

Name Meaning
Contact ID The unique identifier of the contact whose phone numbers you want to retrieve.

Output

The node outputs JSON data containing the phone numbers associated with the specified contact. The structure typically includes an array or object with phone number details such as type (e.g., mobile, office), number, and possibly additional metadata.

If multiple phone numbers exist, each will be represented as an individual item in the output array.

The node does not output binary data.

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 sends HTTP GET requests to endpoints like /api/Contact/getPhonenumbers/{contactId}/{apiToken}.

Troubleshooting

  • Common issues:

    • Invalid or missing Contact ID: The API will fail if the Contact ID is not provided or incorrect.
    • Authentication errors: Ensure the API key credential is valid and has necessary permissions.
    • Network connectivity problems: Verify that your environment can reach the JetNet API endpoint.
  • Error messages:

    • "Unauthorized" or similar indicates invalid API credentials.
    • "Not Found" or empty results may indicate the Contact ID does not exist or has no phone numbers.
    • Timeout or network errors suggest connectivity issues.
  • Resolutions:

    • Double-check the Contact ID input.
    • Reconfigure or update the API authentication token.
    • Test network access to the JetNet API URL.

Links and References

Discussion