Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node allows users to create an integration rule within a system called "Connect Secure" by sending specified data to the API. It is useful for automating the creation of integration rules programmatically, which can help in managing integrations efficiently without manual intervention. For example, a user might use this node to set up default integration rules for new users or automate rule creation as part of a larger workflow.

Properties

Name Meaning
X USER ID The User Id header value required for authentication or identification in the API call.
Data JSON object containing the integration rule details. By default, it includes "is_default": false. Users can customize this JSON to define the integration rule's properties.

Output

The node outputs the response from the API call in the json field. This typically contains the details of the newly created integration rule, such as its ID, status, and any other metadata returned by the Connect Secure API. 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 available.
  • The node uses an OpenAPI specification (openapi.json) bundled internally to build its properties and operations.

Troubleshooting

  • Missing or invalid X USER ID: If the X USER ID header is not provided or incorrect, the API may reject the request. Ensure this property is correctly set.
  • Malformed JSON in Data: The Data property expects valid JSON. Invalid JSON will cause parsing errors before the request is sent.
  • API connectivity issues: Network problems or incorrect API credentials will result in failed requests. Verify API keys and network access.
  • Unexpected API responses: If the API changes or returns errors, check the response message for clues and update the node configuration accordingly.

Links and References

Discussion