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 Agent. It is useful in scenarios where you need to fetch agent data by their unique identifier, such as for monitoring, reporting, or integrating agent details into workflows.

For example, you might use this node to:

  • Retrieve an agent's profile or status before performing further actions.
  • Integrate agent data into a CRM or support system.
  • Automate notifications based on agent attributes.

Properties

Name Meaning
X USER ID The user identifier required for authentication or context in the API request headers.
Id The unique numeric identifier of the Agent to retrieve.

Output

The node outputs JSON data representing the retrieved Agent's details. This typically includes all available fields returned by the Connect Secure API for that Agent, such as name, status, contact info, 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 service being accessible.
  • Proper configuration of the API credentials within n8n is necessary.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is correctly set; it is mandatory and sent as a header.
  • Invalid Agent Id: Verify that the "Id" property corresponds to an existing Agent.
  • Authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
  • Network issues: Check connectivity to the Connect Secure API endpoint.
  • Unexpected API responses: Review API documentation for any changes or additional required parameters.

Links and References

Discussion