Skip to main content

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:

  1. Publish the positon
  2. Get the API's response (curl https://strv.recruitee.com/api/offers/{slug} > {slug.json})
  3. Make sure the filename is an exact match of {slug}.json (you can check the slug on the position page path on Recruitee)
  4. Add the file to this directory

Files in this directly are loaded dynamically with Webpack, so no need to touch elsewhere.