Internal Career Offers
On circumstances we want a career offer page to be available, but not listed on the website or recruitment tools, we must have them marked as "Internal" in Recruitee – which makes them not available through the API. To circumvent this, we do the folloing:
- Publish the positon
- Get the API's response (
curl https://strv.recruitee.com/api/offers/{slug} > {slug.json}
) - Make sure the filename is an exact match of
{slug}.json
(you can check the slug on the position page path on Recruitee) - Add the file to this directory
Files in this directly are loaded dynamically with Webpack, so no need to touch elsewhere.