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.
Implementing the Greenhouse integration offers several advantages for your Webflow site:
To set up the Greenhouse Jobs integration, you need to configure your Greenhouse board token in the provided script:
Go to the page settings in Webflow.
Navigate to the 'Custom Code' section.
Look in the 'Before </body> tag' field for:
<script>
/* Replace this variable with the token from your board: */
const BOARD_TOKEN = '**coinbase**';
</script>