Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve statistics about a specific company. It is designed to fetch detailed information or metrics related to a company identified by its unique ID. This functionality is useful in scenarios where you need to integrate company data into workflows, such as generating reports, monitoring company performance, or enriching datasets with company-specific statistics.

For example, you might use this node to:

  • Retrieve usage statistics for a company in your system.
  • Fetch company-related metrics before triggering alerts or notifications.
  • Integrate company stats into dashboards or analytics tools.

Properties

Name Meaning
X USER ID User Id; a required string header used for authentication or identification purposes.
Id The unique numeric identifier of the company whose statistics are to be retrieved.

Output

The node outputs JSON data containing the retrieved company statistics. The exact structure depends on the API response but typically includes various metrics and details about the specified company. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Needs proper configuration of the API endpoint and credentials within n8n.
  • The node depends on the external Connect Secure API service being available and accessible.

Troubleshooting

  • Missing or invalid X USER ID: If the user ID header is not provided or incorrect, the API call will likely fail with an authentication error. Ensure the "X USER ID" property is correctly set.
  • Invalid Company Id: Providing a non-existent or incorrect company ID may result in errors or empty responses. Verify the company ID before execution.
  • API connectivity issues: Network problems or incorrect API credentials can cause failures. Check network access and credential validity.
  • Unexpected API response: If the API changes or returns unexpected data, the node might not parse it correctly. Review API documentation and update the node if necessary.

Links and References

Discussion