feat: add contact-book variable registry for campaign personalization (#359)
* feat: add contact-book variable registry for campaign personalization * test: include contact-book variables default in service expectation * fix: address personalization review issues * fix text * fix: normalize contact variable access across contact flows * stuff * fix
This commit is contained in:
@@ -296,6 +296,7 @@ model ContactBook {
|
||||
id String @id @default(cuid())
|
||||
name String
|
||||
teamId Int
|
||||
variables String[] @default([])
|
||||
properties Json
|
||||
doubleOptInEnabled Boolean @default(false)
|
||||
doubleOptInFrom String?
|
||||
|
||||
Reference in New Issue
Block a user