v32.2

Notifuse/notifusev32.2May 31, 2026by pierre-b

AI Summary

This release adds a new template variable for workspace website URL, allowing templates to compose application links pointing to the public website instead of the tracking domain.

Key Highlights

  • New {{ workspace.website_url }} template variable exposed in email templates
  • Distinct from {{ workspace.base_url }} (tracking endpoint)
  • Enables composing links like {{ workspace.website_url }}/users/verify/xxx

New Features

  • Exposed {{ workspace.website_url }} in email templates - the workspace's public Website URL with trailing slash trimmed

Full Release Notes

- **Feature**: Exposed `{{ workspace.website_url }}` in email templates — the workspace's public Website URL (trailing slash trimmed), distinct from `{{ workspace.base_url }}` (the tracking endpoint) — so templates can compose application links like `{{ workspace.website_url }}/users/verify/xxx` instead of pointing at the tracking domain (#342).