Skip to content

Commit cc43ac8

Browse files
authored
reduce amount of initial content additions
Removed redundant information about available variables and consolidated the explanation for clarity.
1 parent 451f8f7 commit cc43ac8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/vendor/enterprise-portal-configure.mdx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,16 @@ To configure customer emails:
9595

9696
### Using Template Variables
9797

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.
9999

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+
:::
101103

102104
**Example usage:**
103105
- Subject: `Welcome to {{app_name}}!`
104106
- Body: `Click here to join {{team_name}}: {{invite_url}}`
105107

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-
110108
### Common Template Variables
111109

112110
The following variables are commonly available across multiple email types:
@@ -123,10 +121,6 @@ To configure customer emails:
123121
| `{{release_notes}}` | Release notes content | "New features and bug fixes" |
124122
| `{{update_url}}` | Link to update/release page | https://portal.example.com/acme/releases |
125123

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-
130124
## Add a Link to Documentation
131125

132126
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

Comments
 (0)