Skip to main content

Prerequisites

Before continuing, you should have already completed the following for this connector:
1

Configure the Connector

Enable the connector and set up its connector profile in your project. See Managing Connectors.

Connector Profile

Polymer - API Key
2

Link an Account

Connect an account using StackOne Hub or Auth Link.

Link Account

Polymer - API Key

Copy your Native Webhook URL

Polymer sends events to a URL that is unique to your linked account.

  • Open your linked account in StackOne and copy the value of the Native Webhook URL field.
  • Treat this URL as a secret — anyone holding it can post events to your account.

Add the webhook URLs in Polymer

Polymer stores one webhook URL per event. Paste the same Native Webhook URL into both
fields so StackOne receives job application and job published events.

1

Sign in to Polymer

Sign in to your Polymer account.

  • Click the settings (gear) icon in the top-right of the navigation bar to open App settings.
Polymer App settings page showing the left menu with User preferences, Your API key and an Admin section.
2

Open the Polymer Webhooks integration

Select Integrations from the Admin section of the left menu.

  • Choose Polymer Webhooks from the integrations list.
Polymer Integrations list showing Google Analytics, Google Jobs, LinkedIn, X Hiring, Webflow, Slack, Discord, Zapier and Polymer Webhooks.
3

Add your webhook URLs

The Polymer Webhooks page reads “Add webhook URLs that we will POST to when specific
events occur” and offers one Webhook URL field per event.

  • Paste the Native Webhook URL into the Webhook URL field under New job application webhook.
  • Paste the same URL into the Webhook URL field under New job published webhook.
  • Click Save changes.
  • Note: Polymer does not send a test or verification request, so a saved URL is not confirmation that events are being received.
Polymer Webhooks page with New job application webhook and New job published webhook sections, each with a Webhook URL field, above a Save changes button.

Available webhook events

Polymer posts to the URLs you saved above. Only the events listed here are delivered.

1

Review job application events

Delivered to the URL saved under New job application webhook.

  • New job application (new_job_application) — Fired when an application is created against a job, including applications created through the Polymer API.
2

Review job events

Delivered to the URL saved under New job published webhook.

  • New job published — Fired when a job is published.
  • Note: publishing a job requires a paid Polymer plan.

Delivery format

Polymer posts each event on its own, as a form submission rather than JSON.

  • Requests are sent as POST with content type application/x-www-form-urlencoded.
  • Each request carries a single event — Polymer does not batch events.
  • Responses to custom application questions marked Admin only are excluded from webhook payloads.

Verify

Your Connector should now be able to receive and process events. Try triggering an event and you should see an Event appear in the Connector logs.