Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve detailed information about a specific company. It is useful in scenarios where you need to fetch company data by its unique identifier, such as integrating company details into workflows for CRM updates, reporting, or validation purposes.

For example, you might use this node to:

  • Retrieve company profile data before creating or updating records in another system.
  • Validate company existence and details during onboarding processes.
  • Enrich datasets with official company information fetched from the Connect Secure service.

Properties

Name Meaning
X USER ID User Id required for authentication; passed as a header in the API request.
Id The unique numeric identifier of the company to retrieve.

Output

The node outputs JSON data representing the retrieved company details. This typically includes all available fields returned by the Connect Secure API for the specified company ID, such as company name, address, registration details, and other metadata.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the external Connect Secure API service being accessible.
  • Proper configuration of the API credentials within n8n is necessary.

Troubleshooting

  • Missing or invalid X USER ID: Ensure that the "X USER ID" property is correctly set and corresponds to a valid user authorized to access the API.
  • Invalid company Id: Verify that the "Id" property is a valid number corresponding to an existing company.
  • API connectivity issues: Check network connectivity and API endpoint availability.
  • Authentication errors: Confirm that the API key credential is correctly configured and has sufficient permissions.
  • Unexpected API responses: Review the API documentation for any changes or additional required parameters.

Links and References

Discussion