Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node operation, Update Integration Credential, is designed to update the credentials associated with an integration in a system called Connect Secure via its API. It allows users to modify credential data by specifying the integration ID and providing new credential details. This is useful in scenarios where integration credentials need to be rotated, updated, or corrected without recreating the entire integration.

Practical examples include:

  • Updating API keys or tokens used by an integration.
  • Changing user-specific authentication details for an integration.
  • Modifying credential parameters after a security policy update.

Properties

Name Meaning
X USER ID The User Id header value sent with the request; identifies the user making the update.
Data JSON object containing the new credential data to update for the integration.
Id Numeric identifier of the integration whose credential is being updated.

Output

The node outputs JSON data representing the response from the Connect Secure API after attempting to update the integration credential. This typically includes confirmation of the update, any updated credential details, or error information if the update failed.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API endpoint that handles integration credential updates.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Missing or invalid X USER ID: The API may reject requests without a valid user ID header. Ensure this property is correctly set.
  • Invalid integration Id: Providing a non-existent or incorrect integration ID will cause the update to fail.
  • Malformed JSON in Data: The Data property must be valid JSON. Invalid JSON will cause parsing errors.
  • Authentication errors: If the API key credential is missing or invalid, the request will be unauthorized.
  • API errors: Check the API response for specific error messages related to permission issues or validation failures.

Links and References

Discussion