Integration with career pages is a key functionality that you need to resolve when transitioning to a new ATS.
The ideal option is a solution via API, but this means an internal project on your side, which depending on the availability of your resources may take a relatively long time. Therefore, we also offer several integration options so that you can connect the pages as quickly as possible and complete the API integration project later.
You replace the link on the "I am interested" button on your career pages with a link to the position response form.
Advantages:
Disadvantages:
You can also specify that the candidate should be recorded with a specific source and enforce the language of control elements in the response form (learn more in this article about response forms)
In the "Publication channels" settings, you will find data for the iframe (see image below), which your programmers just need to copy into the code for your career pages. In the settings, you can also configure the iframe (change filter display, add custom filters, add CSS file)
Due to its simplicity of implementation, but significant technical limitations, it is more suitable for quick page connection before a full integration, e.g. using API. From a long-term perspective, this is not a recommended connection principle.
Advantages:
Disadvantages:
Example of iframe output without applied CSS on your side:
You can find the API integration documentation here.
For initial understanding of the basic logic, you will primarily need these endpoints:
Advantages:
Disadvantages:
From an implementation perspective, one of the most challenging areas is getting the response form working. If you do not have significant requirements for changing the appearance of the response form from ATS Recruitis, this can be achieved relatively easily by integrating the response form from ATS Recruitis embedded in an iframe and formatted using your own CSS file. The rest of the logic - e.g. loading positions, content of individual positions, etc. - is done via API.
Example syntax for adding CSS to the response form for iframe purposes: https://app.recruitis.io/answer/form/kQp4i4HQ8bXFR1SM5sJiU7hu7P6Kl5Eq/cs?css=https://test.recruitis.io/all.css
For proper functioning, we need to allow your domain where the CSS is stored in ATS Recruitis settings
Explanation of the XML data feed integration principle using the example of setting up the easy-prace.cz publication channel.