feat: Add id as reserved field in templates, campaigns and workflows

This commit is contained in:
Dries Augustyns
2026-01-07 17:49:36 +01:00
parent 718251c67c
commit 7386441e61
7 changed files with 15 additions and 2 deletions
@@ -44,6 +44,7 @@ interface EmailEditorProps {
}
const commonVariables = [
{name: 'id', description: 'Contact ID'},
{name: 'email', description: 'Recipient email address'},
{name: 'unsubscribeUrl', description: 'Unsubscribe link'},
{name: 'subscribeUrl', description: 'Subscribe link'},