Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

The node provides an operation to update a schedule in a scheduling system via an API. It is useful when you need to modify existing scheduled tasks or events programmatically within an automation workflow. For example, you might want to change the timing or parameters of a scheduled job based on dynamic inputs or external triggers.

Properties

Name Meaning
X USER ID User Id - a required string header used for user identification in the request.
Schedule Id The numeric identifier of the schedule to update. This value is sent in the request body.

Output

The node outputs JSON data representing the response from the schedule update API call. This typically includes confirmation of the update or details about the updated schedule. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the Connect Secure API.
  • Depends on the external Connect Secure API service to perform schedule updates.
  • The node uses an OpenAPI-based client internally to interact with the API.

Troubleshooting

  • Missing or invalid X USER ID: The API requires a valid user ID header; ensure it is provided and correctly formatted.
  • Invalid Schedule Id: If the schedule ID does not exist or is incorrect, the API may return an error. Verify the schedule ID before updating.
  • Authentication errors: Ensure the API key credential is configured properly in n8n.
  • Network or API errors: Check connectivity and API availability if requests fail.

Links and References

  • Refer to the Connect Secure API documentation for detailed information on schedule management endpoints.
  • n8n documentation on using API credentials and HTTP request nodes for similar integrations.

Discussion