v32.2
coaidev/coaiv32.2May 31, 2026by pierre-b
AI Summary
Backend update exposing the workspace website URL in email templates for application link generation.
Key Highlights
- Exposed `{{ workspace.website_url }}` in email templates.
New Features
- Exposed workspace website URL in templates
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).