Job Alerts Plugin
The Job Alerts plugin lets candidates subscribe to email notifications when new jobs matching their criteria are posted.Installation
- npm
- pnpm
- CDN
Basic usage
- Package
- CDN
Host element
Add a container element where the widget will render:Configuration
Theme
| Option | Values | Description |
|---|---|---|
mode | light, dark | Color scheme |
corners | rounded, soft, sharp | Border radius style |
highlights | stroke, fill | Button/tag style |
accent | { hue: number, chroma: number } | Accent color. hue: 0–360 color angle, chroma: 0–2 intensity multiplier |
Other options
| Option | Type | Required | Description |
|---|---|---|---|
config.label | string | Yes | Button label text |
config.headerText | string | Yes | Header above the form |
initialFilters | Record<string, string | string[]> | Yes | Pre-populated filter values |
terms | object | No | Override default UI text. Keys: email, name, save, save_alert, frequency, create_alert, email_placeholder, name_placeholder, and frequency labels (DAILY, WEEKLY, MONTHLY) |