Overview
This node interacts with the JobRoom API Switzerland to manage job advertisements. Specifically, the 'Cancel' operation allows users to cancel an existing job advertisement by its ID. This is useful for HR professionals or recruiters who need to withdraw job postings that are no longer relevant or have been filled. For example, if a job position is filled earlier than expected, the user can cancel the advertisement to prevent further applications.
Use Case Examples
- Cancel a job advertisement by providing its unique ID to stop its publication.
- Manage job postings dynamically by cancelling outdated or incorrect job ads.
Properties
| Name | Meaning |
|---|---|
| Job Advertisement ID | The unique identifier of the job advertisement to be cancelled. |
Output
JSON
success- Indicates if the cancellation was successful (true/false).id- The ID of the cancelled job advertisement.message- A confirmation message indicating successful cancellation.
Dependencies
- JobRoom API credentials including license key, username, and password for Basic Authentication.
Troubleshooting
- Invalid or missing Job Advertisement ID will cause the cancellation to fail.
- Invalid or expired API credentials or license key will prevent the node from authenticating with the JobRoom API.
- If the API endpoint is unreachable or returns an error, the node will throw an error unless 'Continue On Fail' is enabled, in which case it returns the error message in the output.
Links
- JobRoom API Documentation - Official API documentation for JobRoom, detailing endpoints and data structures.