v32.2
ruixenui/ruixen.comv32.2May 31, 2026by pierre-b
AI Summary
An enhancement to email templates exposing the workspace's public website URL for easier link composition.
Key Highlights
- Exposed `{{ workspace.website_url }}` in email templates.
- Allows templates to compose application links using the public website domain.
New Features
- Email template variable `{{ workspace.website_url }}`.
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).