AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node is designed to retrieve detailed information about a specific company by its unique identifier. It is useful in scenarios where you need to fetch company data from an external service, such as for displaying company profiles, integrating company details into workflows, or validating company information during business processes.

For example, you might use this node to:

  • Fetch a company's profile before creating a related record in your CRM.
  • Retrieve company details to enrich customer data in marketing automation.
  • Validate the existence and status of a company before processing transactions.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes 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 relevant fields returned by the external API for the specified company ID, such as company name, address, contact information, and other metadata.

If the API supports it, the output may also include additional nested objects or arrays with extended company information.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating requests to the external AvantGuard ConnectSecure service.
  • The base URL for the API is configured via credentials.
  • The node uses an OpenAPI specification (openapi.json) bundled within the node to define available properties and operations.

Troubleshooting

  • Missing or invalid X USER ID: Ensure that the "X USER ID" property is provided and valid; otherwise, the API may reject the request.
  • Invalid company Id: Providing a non-existent or incorrect company ID will likely result in an error or empty response.
  • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Network issues: Check connectivity to the configured base URL.
  • Unexpected API responses: If the API changes or returns unexpected data, verify the OpenAPI spec and update the node accordingly.

Links and References

Discussion