Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node integrates with the Connect Secure API to create an agent credential mapping. It allows users to associate specific credentials with an agent by sending user identification and related data to the API. This is useful in scenarios where you need to programmatically manage or assign credentials for agents within a secure environment, such as automating credential provisioning or updating mappings based on dynamic inputs.

Practical examples include:

  • Automatically assigning credentials to new agents when they are onboarded.
  • Updating credential mappings in bulk based on external system data.
  • Integrating credential management into broader automation workflows.

Properties

Name Meaning
X USER ID The User Id header value sent with the request; identifies the user making the request.
Data JSON object containing the body payload for creating the agent credential mapping.
  • X USER ID is required and is passed as an HTTP header named X-USER-ID.
  • Data is a JSON input that will be parsed and sent as the request body.

Output

The node outputs the response from the Connect Secure API call in the json field of the output item. This typically contains the result of the create operation, such as confirmation details or the created mapping's information.

If the API returns binary data (not indicated here), it would be included accordingly, but this node primarily deals with JSON responses.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Missing or invalid X USER ID: The API may reject requests without a valid X-USER-ID header. Ensure this property is set correctly.
  • Malformed JSON in Data: If the JSON provided in the Data property is invalid, the node will fail to parse it. Validate JSON syntax before running.
  • API Authentication Errors: Verify that the API key credential is correctly configured and has necessary permissions.
  • Network Issues: Connectivity problems to the Connect Secure API endpoint can cause failures; check network access and endpoint URL.

Common error messages might include unauthorized access, bad request due to invalid JSON, or server errors indicating issues on the API side.

Links and References

Discussion