The MegaTech Webflow template includes a Greenhouse integration, allowing you to display and filter job listings on your website seamlessly. Greenhouse, a popular Applicant Tracking System (ATS), helps businesses streamline recruiting and hiring processes. This walkthrough will guide you through setting up and customizing the integration to display job listings from your Greenhouse board directly on your Webflow website.

lever-integration-1.png

Benefits of Greenhouse integration

Implementing the Greenhouse integration offers several advantages for your Webflow site:

  1. Seamless job listings: Automatically sync and display job postings from your Greenhouse board on your website.
  2. Easy customization: Customize the look and feel of the job listings to match your website's design.
  3. Powerful filtering: Enable users to filter job listings by location and department.
  4. Real-time updates: Any changes made on your Greenhouse board are instantly reflected on your website.
  5. Improved user experience: Provide a smooth and intuitive job search experience for your website visitors.
  6. Time-saving: Eliminate the need to manually update job listings on your website, saving time and effort.

Greenhouse board configuration

To set up the Greenhouse Jobs integration, you need to configure your Greenhouse board token in the provided script:

  1. Go to the page settings in Webflow.

  2. Navigate to the 'Custom Code' section.

  3. Look in the 'Before </body> tag' field for:

    <script>
        /* Replace this variable with the token from your board: */
        const BOARD_TOKEN = '**coinbase**';
    </script>