JobRoom icon

JobRoom

Interact with JobRoom API Switzerland

Actions5

Overview

This node interacts with the JobRoom API Switzerland to manage job advertisements. Specifically, the 'Search' operation allows users to search job advertisements by their status, with options to paginate results, set the number of results per page, and sort the results. This is useful for HR professionals or recruiters who want to filter and retrieve job ads based on their publication status, such as published, rejected, or archived ads.

Use Case Examples

  1. A recruiter wants to find all job advertisements that are currently published publicly to review and update them.
  2. An HR manager needs to retrieve job ads that are archived to analyze past recruitment campaigns.

Properties

Name Meaning
Status Filter job advertisements by their status, such as published, rejected, or archived.
Additional Fields Optional parameters to control pagination and sorting of search results.

Output

JSON

  • id - Unique identifier of the job advertisement.
  • title - Title of the job advertisement.
  • status - Current status of the job advertisement.
  • description - Detailed description of the job advertisement.
  • company - Information about the company posting the job.
  • location - Location details of the job.
  • publicationDates - Start and end dates of the job advertisement publication.

Dependencies

  • JobRoom API credentials including license key, username, and password are required for authentication.

Troubleshooting

  • Invalid or expired license key will cause the node to throw an error indicating the key is invalid. Users should verify their license key and contact support if needed.
  • Invalid JSON in the 'Job Data' field (for create operation) will cause a parsing error; ensure the JSON is correctly formatted.
  • API request failures due to network issues or incorrect credentials will result in errors; verify network connectivity and credential correctness.

Links

Discussion