fix: Correctly reserve fields from being set on contact

This commit is contained in:
Dries Augustyns
2025-12-25 17:59:52 +01:00
parent 1fc1e23fce
commit 61cea95697
2 changed files with 16 additions and 6 deletions
@@ -85,7 +85,14 @@ Use `{{fieldName}}` in emails:
**Fallback:** `{{firstName ?? 'there'}}`
**Predefined fields:** `{{email}}`, `{{unsubscribeUrl}}`, `{{subscribeUrl}}`, `{{manageUrl}}`, `{{locale}}`
**System-generated fields (always available):**
- `{{email}}` - Contact's email address
- `{{unsubscribeUrl}}` - Link to unsubscribe page
- `{{subscribeUrl}}` - Link to subscribe page
- `{{manageUrl}}` - Link to preference center
**Special fields:**
- `{{locale}}` - Contact's language preference (user-settable, overrides project default)
## Temporary data