Polymer
Connect Polymer with Webflow to build custom job boards that sync automatically with your hiring workflow.
How to integrate Polymer with Webflow
Polymer syncs job posting data to Webflow CMS collections through multiple integration methods. The integration method you choose depends on your technical requirements and team capabilities.
Install the Polymer Job Boards app for guided setup, use Zapier for no-code automation, connect through Polymer's native Webflow integration for direct API sync.
Note: Your Webflow CMS plan will determine how many job postings you can sync, so check your plan's item limits before setup.
Install the Polymer Job Boards app from Webflow Marketplace
The Polymer Job Boards app provides guided setup directly in Webflow without manual API configuration or field mapping.
This method works best for teams wanting managed integration without technical setup. Updates to the app are handled automatically through Webflow's app distribution system.
Navigate to the Polymer Job Boards app in the Webflow Marketplace, click Install app, and the workspace and site you want to add Polymer to. The app requires permissions to read and write CMS data and publish your site.
After installation, access the app through the Apps panel in Webflow. The setup happens within the app interface where you connect your Polymer account and configure field mapping between Polymer job data and your Webflow CMS collections.
The app provides the following capabilities:
- One-click installation through Webflow's app ecosystem
- Guided setup flow within Webflow for connecting accounts
- Automatic field mapping that syncs job title, description, location, category, and application URL
- Automatic synchronization when jobs are created, edited, or removed in Polymer
- Designer integration accessible from the Apps panel while building your site
You need a Webflow CMS plan to support CMS collections for job data storage. The app handles authentication and API connections automatically, but you'll need active Polymer and Webflow accounts with appropriate permissions.
Connect through Zapier automation
Use Zapier to create automated workflows between Polymer and Webflow without API configuration or custom development. This no-code approach works for teams wanting automation without technical setup, but may struggle with complex custom logic.
Create a Zap using "Polymer" as the trigger app and "Webflow" as the action app. Available triggers include "Hired Candidate" or job posting changes, while actions include "Create Item" or "Update Item" in your Webflow CMS collections.
Configure field mapping between Polymer job data and your Webflow CMS structure through Zapier's visual interface. The automation runs on Zapier's schedule (i.e., every 5-15 minutes depending on plan) rather than instant sync.
The integration provides these capabilities:
- No-code automation connecting Polymer job changes to Webflow CMS updates
- Pre-built templates for common Polymer-to-Webflow workflows
- Multi-step workflows that trigger additional actions like Slack notifications or email alerts
- Error handling and retry mechanisms built into Zapier's platform
- Form submission routing sending applications from Webflow forms to Polymer's ATS
Take note that you need an active account on both Zapier and Polymer to implement this integration method. Zapier may also have usage limits based on plan tiers.
Sync job postings through Polymer's native Webflow integration
Polymer's Webflow CMS integration connects your applicant tracking system to Webflow CMS collections through Webflow's Data API. Job postings created in Polymer appear on your career pages with title, location, employment type, and formatted descriptions.
Setup requires field mapping between Polymer's job data and your Webflow CMS collection schema. Once connected, Polymer pushes new postings, updates existing listings, and removes filled positions through API writes.
Here’s an example of a Webflow CMS collection field structure:
{
"fields": {
"name": "Senior Software Engineer",
"slug": "senior-software-engineer",
"job-title": "Senior Software Engineer",
"published-at": "2024-01-15T10:00:00Z",
"category": "Engineering",
"employment-type": "Full-time",
"location": "San Francisco, CA",
"remote-friendliness": "Remote-friendly",
"description": "<p>Job description in HTML...</p>",
"application-url": "https://polymer.co/apply/12345"
}
}
In this setup, Polymer pushes data via the Webflow Collections API:
POST https://api.webflow.com/v2/collections/{collection_id}/items
Authorization: Bearer YOUR_API_TOKEN
Content-Type: application/json
The integration provides these capabilities:
- API-driven job posting sync: New positions published in Polymer appear on your Webflow career page through API writes to CMS collections
- Custom field mapping: Map Polymer job attributes to your Webflow CMS collection fields including text, date, location, and rich text description fields
- Application tracking integration: Job application URLs route candidates directly into Polymer's applicant tracking workflow
- Automatic updates: Changes to job titles, descriptions, or requirements sync to your Webflow site when Polymer updates the job data
- Custom career page design: Maintain complete design control in Webflow while Polymer handles content management through API writes
The integration uses direct API connections between Polymer and Webflow. Polymer writes to your Webflow site using Webflow's Data API.
If you need to trigger additional automation when job data changes, monitor Webflow webhook events like collection_item_created
and collection_item_changed
. These webhooks fire when your CMS items are created or modified in Webflow.
What you can build
Integrating Polymer with Webflow creates recruitment experiences that stay current through API-driven synchronization. Common implementations include:
- API-driven career pages: Branded job listing pages that update when your recruiting team publishes new positions in Polymer
- Multi-location job boards: Separate career pages for different office locations using Webflow's CMS filtering capabilities while Polymer manages job data centrally
- Department-focused recruitment sites: Specialized recruiting microsites for engineering, sales, or other departments that pull relevant openings from Polymer based on category fields
- Multi-brand talent portals: Separate career sites for portfolio companies that pull job listings from centralized Polymer recruitment operations
Frequently asked questions
Polymer’s API response structure looks like this:
Polymer Field
→ Webflow Field TypeDefine field mapping in your Webflow CMS collection schema to match Polymer's API response structure, like so:
jobTitle
→ Plain Text fieldpublishedAt
→ Date/Time fieldcategory
→ Plain Text fieldemploymentType
→ Plain Text fieldlocation
→ Plain Text fieldremotePolicy
→ Plain Text fielddescription
→ Rich Text fieldapplicationUrl
→ Link field
Configure the mapping in Polymer's integration settings by specifying your Webflow collection ID and providing field name pairs.
Polymer validates field types match before enabling sync. Create corresponding fields in your Webflow CMS collection using matching field types according to Polymer's integration documentation.
Polymer’s API response structure looks like this:
Polymer Field
→ Webflow Field TypeDefine field mapping in your Webflow CMS collection schema to match Polymer's API response structure, like so:
jobTitle
→ Plain Text fieldpublishedAt
→ Date/Time fieldcategory
→ Plain Text fieldemploymentType
→ Plain Text fieldlocation
→ Plain Text fieldremotePolicy
→ Plain Text fielddescription
→ Rich Text fieldapplicationUrl
→ Link field
Configure the mapping in Polymer's integration settings by specifying your Webflow collection ID and providing field name pairs.
Polymer validates field types match before enabling sync. Create corresponding fields in your Webflow CMS collection using matching field types according to Polymer's integration documentation.
Yes, you maintain complete design control over how job postings display on your Webflow site. Polymer handles content synchronization to your CMS collection through API writes while Webflow controls all presentation aspects. Design collection templates, create custom filtering interfaces, build search functionality, or implement category-based navigation using Webflow's standard CMS features. The integration only manages data flow through the Data API, meaning all visual design, layout, typography, and interaction decisions remain in Webflow.
Yes, you maintain complete design control over how job postings display on your Webflow site. Polymer handles content synchronization to your CMS collection through API writes while Webflow controls all presentation aspects. Design collection templates, create custom filtering interfaces, build search functionality, or implement category-based navigation using Webflow's standard CMS features. The integration only manages data flow through the Data API, meaning all visual design, layout, typography, and interaction decisions remain in Webflow.
Applications submit directly into Polymer's applicant tracking system through the Application Form URL field synced to each job posting. When candidates click apply buttons on your Webflow career page, they route to Polymer-hosted application forms that capture candidate information and attach submissions to the correct job requisition.
This maintains your recruitment workflow entirely within Polymer while candidates experience a branded journey that starts on your Webflow site. Hiring managers access all applications through Polymer's dashboard without needing Webflow access.
Applications submit directly into Polymer's applicant tracking system through the Application Form URL field synced to each job posting. When candidates click apply buttons on your Webflow career page, they route to Polymer-hosted application forms that capture candidate information and attach submissions to the correct job requisition.
This maintains your recruitment workflow entirely within Polymer while candidates experience a branded journey that starts on your Webflow site. Hiring managers access all applications through Polymer's dashboard without needing Webflow access.
Polymer updates or removes CMS items in Webflow programmatically when you change job posting status in your applicant tracking syste,. When you edit job details, update requirements, or close positions in Polymer, those changes sync to your Webflow collection through the Webflow Data API. Closed or filled positions are removed from your collection via Webflow
DELETE API
calls. Configure Polymer's sync settings to control update frequency and review Webflow's publishing workflow documentation to understand staging vs. production behavior.Polymer updates or removes CMS items in Webflow programmatically when you change job posting status in your applicant tracking syste,. When you edit job details, update requirements, or close positions in Polymer, those changes sync to your Webflow collection through the Webflow Data API. Closed or filled positions are removed from your collection via Webflow
DELETE API
calls. Configure Polymer's sync settings to control update frequency and review Webflow's publishing workflow documentation to understand staging vs. production behavior.Configure Webflow webhooks to receive notifications when Polymer creates or updates CMS items. Subscribe to
collection_item_created
,collection_item_changed
, andcollection_item_deleted
events for your jobs collection to trigger downstream processes like sending Slack notifications, updating analytics dashboards, or synchronizing data to other systems.Webflow delivers webhook payloads containing item data. Process these payloads through serverless functions, automation platforms, or custom backend services.
Configure Webflow webhooks to receive notifications when Polymer creates or updates CMS items. Subscribe to
collection_item_created
,collection_item_changed
, andcollection_item_deleted
events for your jobs collection to trigger downstream processes like sending Slack notifications, updating analytics dashboards, or synchronizing data to other systems.Webflow delivers webhook payloads containing item data. Process these payloads through serverless functions, automation platforms, or custom backend services.
Description
Polymer is an applicant tracking system with an integrated job board that helps teams manage hiring workflows, track candidates, and collaborate on recruiting. The platform lets you create job posts, manage applications, and document the entire hiring process.
This integration page is provided for informational and convenience purposes only.