Commit c58e286
fix(flows): correct email template variable and add tiktok integration field (#554)
- Replace {{page_name}} with {{page_user_name}} in email step default footer
- Add tiktok case to getIntegrationField for inbox name resolution
- Add integrationTiktok to InboxWithIntegrations type
Co-authored-by: Deathgiver <anonymous@users.noreply.github.com>1 parent 9fad512 commit c58e286
3 files changed
Lines changed: 4 additions & 1 deletion
File tree
- packages
- database/src
- flow-config/src/steps
- variables/src/helpers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
0 commit comments