Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve detailed information about a specific job view within a company context. It is useful when you need to fetch job-related data by specifying a unique job identifier and authenticating as a particular user. Typical use cases include integrating job data into workflows for reporting, monitoring, or further processing in automation pipelines.

Properties

Name Meaning
X USER ID The User Id header value used for authentication or identification of the requesting user.
Id The numeric identifier of the job view to retrieve.

Output

The node outputs JSON data representing the retrieved job view details from the Connect Secure API. This JSON typically contains all relevant fields describing the job view, such as job metadata, status, timestamps, and other associated information. There is no indication that binary data is returned.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the external Connect Secure service being accessible.
  • No additional environment variables are explicitly required beyond the API credential.

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 set correctly.
  • Invalid job Id: Providing a non-existent or malformed job Id will likely result in an error or empty response. Verify the Id before execution.
  • API authentication errors: If the API key credential is missing or invalid, authentication will fail. Confirm the credential configuration.
  • Network issues: Connectivity problems to the Connect Secure API endpoint can cause timeouts or failures. Check network access and endpoint availability.

Links and References

Discussion