Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve company mapping information based on a specified company ID. It is useful in scenarios where you need to fetch detailed mapping data for a company within an integration workflow, such as synchronizing company data between systems or validating company identifiers.

For example, you might use this node to:

  • Retrieve mapping details of a company before updating records in a CRM.
  • Validate that a company ID exists and obtain its associated metadata during an automated data import process.

Properties

Name Meaning
X USER ID User Id header value required for authentication or identification in the API request.
Id The numeric identifier of the company whose mapping information you want to retrieve.

Output

The node outputs JSON data containing the company mapping details retrieved from the API. This typically includes structured information about the company mapping corresponding to the provided company ID.

If the API supports binary data (not indicated here), it would be summarized accordingly, but in this case, the output is purely JSON.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Depends on the Connect Secure API being accessible and the user having appropriate permissions.
  • The node uses the OpenAPI specification bundled internally to define operations and properties.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent company ID: Providing an incorrect "Id" may result in errors or empty responses.
  • API connectivity issues: Network problems or incorrect credentials can cause failures; verify API access and credentials.
  • Error messages from API: Typically indicate authorization failure, missing parameters, or resource not found; check input values and credentials.

Links and References

Discussion