v32.2

pingcap/autoflowv32.2May 31, 2026by pierre-b

AI Summary

This minor release introduces a new template variable for email workflows, allowing templates to reference the public website URL directly instead of tracking endpoints.

Key Highlights

  • Exposed `{{ workspace.website_url }}` in email templates.
  • Variable is distinct from `{{ workspace.base_url }}` (the tracking endpoint).
  • Enables templates to compose application links like `/users/verify/xxx`.

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).