Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node integrates with the Connect Secure API, specifically allowing users to configure a custom domain setting under the "Settings" resource. It is useful for scenarios where an organization wants to programmatically manage or update their custom domain configuration via n8n workflows. For example, automating domain updates or synchronizing domain settings across environments.

Properties

Name Meaning
X USER ID User Id (string) - This header value identifies the user making the request and is required for authentication or tracking purposes.

Output

The node outputs JSON data representing the response from the Connect Secure API related to the custom domain settings. The exact structure depends on the API response but typically includes details about the configured custom domain. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Depends on the external Connect Secure API service being accessible.
  • Uses the OpenAPI specification defined in openapi.json to build its properties and operations.

Troubleshooting

  • Missing or invalid X USER ID: Since the X USER ID header is required, omitting it or providing an incorrect value will likely cause authentication or authorization errors. Ensure this property is set correctly.
  • API connectivity issues: Network problems or incorrect API credentials can lead to failed requests. Verify API keys and network access.
  • Unexpected API responses: If the API changes or returns unexpected data, the node might fail or produce errors. Check the API documentation and update the node accordingly.

Links and References

Discussion