Rake and Greenhouse Integration (FAQ)
Rake allows you to capture a candidate’s intent to apply to specific jobs, engage that candidate, retarget them, and get them to convert (i.e., a submitted application). This will be accomplished by placing a button labeled “Apply Later” on our job description pages.
The first step is to reach out to rake at: greenhouse@getrake.io
Find out which of the 5 Greenhouse job board implementation options you have on your career site.
Once you determine with Rake the correct implementation method (1 – 5), work with the folks at Rake to configure your career site and job board pages as follows.
GREENHOUSE JOB BOARD INTEGRATION OPTIONS:
OPTION 1: We host your whole job board, all you have to do is link to us!
Add ‘getrake’ to this line of code:
FROM:
<a href="https://boards.greenhouse.io/{board_token}">Open Positions</a>
TO:
<a href="https://boards.greenhouse.getrake.io/{board_token}">Open Positions</a>
OPTION 2: Easily embed a Greenhouse job board in your site.
A.) If you are using Greenhouse to generate the iframe, then add ‘getrake’ to this line of code:
Add ‘getrake’ to this line of code, which should be located at the
bottom of your page’s HTML body tag:
FROM:
<script src="https://boards.greenhouse.io/embed/job_board/js?for={board_token}"></script>
TO:
<script src="https://boards.greenhouse.getrake.io/embed/job_board/js?for={board_token}"></script>
B.) If you created your own iframe, then add ‘getrake’ to the src section of the code:
FROM:
<iframe id="grnhse_iframe" width="100%" frameborder="0" scrolling="no" onload="window.scrollTo(0,0)" src="https://boards.greenhouse.io/embed/job_board?for=buzzfeed&b=https://www.buzzfeed.com/about/jobs" height="9398"></iframe>
TO:
<iframe id="grnhse_iframe" width="100%" frameborder="0" scrolling="no" onload="window.scrollTo(0,0)" src="https://boards.greenhouse.getrake.io/embed/job_board?for={board_token}&b=https://www.yoursite.com/about/jobs" height="9398"></iframe>
OPTION 3: API-driven job board on your site with job applications hosted by Greenhouse.
Add ‘getrake’ to this line of code:
HTTP Get Request
FROM: GET https://api.greenhouse.io/v1/boards/{board_token}/jobs
TO: GET https://api.greenhouse.getrake.io/v1/boards/{board_token}/jobs
OPTION 4: API-driven job board with an application form embedded on your site.
Add ‘getrake’ to this line of code: HTTP Get Request
FROM: GET https://api.greenhouse.io/v1/boards/{board_token}/jobs
TO: GET https://api.greenhouse. getrake.io/v1/boards/{board_token}/jobs
Then, add ‘getrake’ to this line of code, which should be located at the bottom of your page’s HTML body tag:
FROM:
<script src="https://boards.greenhouse.io/embed/job_board/js?for={board_token}"></script>
TO:
<script src="https://boards.greenhouse.getrake.io/embed/job_board/js?for={board_token}"></script>
OPTION 5: 100% API-driven!
Step 1: Include the following code in the <HEAD> section of your job description page(s)
(function (w, d, e, k) {
var s = d.createElement(e);
s.src = k;
var scr = d.getElementsByTagName(e)[0];
scr.parentNode.insertBefore(s, scr);
})(window,document,'script','https://RakeProvidedURL.js');
Step 2: add “Apply Later” button to page, determine location
<a class="rake-save"></a>
To customize the size, shape, color, etc. of the button, please contact Rake at greenhouse@getrake.io