You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vendor/enterprise-portal-configure.mdx
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,18 +95,16 @@ To configure customer emails:
95
95
96
96
### Using Template Variables
97
97
98
-
Variables are displayed in the UI under **Available Variables** when you expand an email template. These variables differ by email type - always check what's shown in the UI for the template you're editing.
98
+
Variables are displayed in the UI under **Available Variables** when you expand an email template.
99
99
100
-
**Variable syntax:**`{{variable_name}}`
100
+
:::info Check the UI for Available Variables
101
+
Each email template has different variables available. When editing a template, look for the **Available Variables** section below the email body editor - it shows exactly which variables you can use for that specific email type.
102
+
:::
101
103
102
104
**Example usage:**
103
105
- Subject: `Welcome to {{app_name}}!`
104
106
- Body: `Click here to join {{team_name}}: {{invite_url}}`
105
107
106
-
:::info Check the UI for Available Variables
107
-
Each email template has different variables available. When editing a template, look for the **Available Variables** section below the email body editor - it shows exactly which variables you can use for that specific email type.
108
-
:::
109
-
110
108
### Common Template Variables
111
109
112
110
The following variables are commonly available across multiple email types:
@@ -123,10 +121,6 @@ To configure customer emails:
123
121
|`{{release_notes}}`| Release notes content | "New features and bug fixes" |
124
122
|`{{update_url}}`| Link to update/release page |https://portal.example.com/acme/releases|
125
123
126
-
:::note
127
-
Not all variables are available for every email type. Always check the **Available Variables** section in the UI for the specific template you're editing.
128
-
:::
129
-
130
124
## Add a Link to Documentation
131
125
132
126
For each of your supported install types, you can add a link your installation documentation. The link you provide is displayed on the Enterprise Portal **Install** page.
0 commit comments