diff --git a/config/samples/notification/v1alpha1/email-template.yaml b/config/samples/notification/v1alpha1/email-template.yaml index 5b5cb0a1..59f9b158 100644 --- a/config/samples/notification/v1alpha1/email-template.yaml +++ b/config/samples/notification/v1alpha1/email-template.yaml @@ -40,16 +40,12 @@ spec:
-
-

Welcome to {{.CompanyName}}!

-
- -

Hello {{.UserName}},

- -

We're excited to have you join {{.CompanyName}}. To get started, please click the button below to activate your account:

- +

Hi {{.GivenName}}!

+ +

{{.inviteer.GivenName}} has invited you to join "{{.CompanyName}}" organization to collaborate with them. Use the button below to set up your account and get started:

+

- Activate Your Account + Accept invitation

If the button doesn't work, you can copy and paste this link into your browser:

@@ -59,17 +55,15 @@ spec:
textBody: | - Welcome to {{.CompanyName}}! - - Hello {{.UserName}}, + Hi {{.GivenName}}! - We're excited to have you join {{.CompanyName}}. To get started, please visit the following link to activate your account: + {{.inviteer.GivenName}} has invited you to join "{{.CompanyName}}" organization to collaborate with them. Use the button below to set up your account and get started: {{.InviteLink}} @@ -77,7 +71,7 @@ spec: Note: This is an automated message, please do not reply to this email. - © {{.CompanyName}}. All rights reserved. + © Datum. All rights reserved. variables: - name: "UserName" required: true