v32.2

crewAIInc/crewAIv32.2May 31, 2026by pierre-b

AI Summary

This release introduces a new template variable `{{ workspace.website_url }}` to allow email templates to reference the public website URL, enabling the creation of correct application links.

Key Highlights

  • Exposed `{{ workspace.website_url }}` in email templates
  • Allows composing application links using the public domain
  • Distinguishes between public website URL and tracking endpoint

New Features

  • Exposed `{{ workspace.website_url }}` in email 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).