Skip to content

Commit c17bd17

Browse files
Vincaminekirti763
authored andcommitted
add branded email
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent 97e3823 commit c17bd17

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed
642 KB
Loading
282 KB
Loading

content/en/cloud/academy/creating-content/extending-the-academy/index.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,39 @@ For example, a **Learning Path** named **"Mastering Kubernetes"** might contain:
5050

5151
{{< alert type="warning" title="Content Isolation" >}}
5252
To ensure security and isolation, all of your content files must be placed within a directory named for your organization UUID. You'll learn the specifics of how to do this in our [hands-on tutorial](/cloud/academy/creating-your-learning-path/).
53-
{{< /alert >}}
53+
{{< /alert >}}
54+
55+
### Branded Email Communications
56+
57+
When using the Academy with white-labeling enabled, all system-generated emails (badge awards, certificate awards, challenge registrations) automatically reflect your organization's branding.
58+
59+
Below is an example email template showing how badge award notifications appear when white-labeling is enabled. The parts enclosed in `{{}}` are automatically replaced with your organization's specific information:
60+
61+
**Email Template Structure:**
62+
```
63+
From: no-reply@{{OrganizationDomain}} ← Your custom domain
64+
Subject: New badge(s) awarded by {{OrganizationName}} ← Your organization name
65+
66+
Congratulations, {{Awardee}}! ← Student's name
67+
You have earned the following badges:
68+
69+
{{Badges}} ← Cicable badge with name and description
70+
71+
[Go to Profile Button{{PublicProfileLink}}] ← Direct link to profile
72+
73+
Share your achievements with the world:
74+
X | LinkedIn | Facebook
75+
---
76+
{{OrganizationName}} Academy | Powered by Layer5 Cloud
77+
```
78+
79+
Here is a real-world example of the email:
80+
![Example of Email](./images/example_email.png)
81+
82+
When users click the badge, they will go to the details in the Academy:
83+
![Example of Badge](./images/example_badge.png)
84+
85+
{{< alert type="info" title="Email Customization" >}}
86+
Email templates automatically incorporate your organization's logo and primary brand color as configured in your [Layer5 Cloud Organization Settings](https://cloud.layer5.io/identity/organizations). Custom email templates can be provided for Enterprise customers with specific branding requirements.
87+
{{< /alert >}}
88+

0 commit comments

Comments
 (0)