feat: Add id as reserved field in templates, campaigns and workflows
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user