diff --git a/packages/core/src/modules/notifications/use-cases/send-email.ts b/packages/core/src/modules/notifications/use-cases/send-email.ts index 54c878c63..c5424f53f 100644 --- a/packages/core/src/modules/notifications/use-cases/send-email.ts +++ b/packages/core/src/modules/notifications/use-cases/send-email.ts @@ -168,7 +168,7 @@ function getHtml(input: EmailTemplate): string { function getSubject(input: EmailTemplate): string { const subject = match(input) .with({ name: 'application-accepted' }, () => { - return 'ColorStack Onboarding + Slack Invitation'; + return 'Welcome to ColorStack | Next Steps'; }) .with({ name: 'application-created' }, () => { return 'Thank You for Applying to ColorStack'; diff --git a/packages/email-templates/emails/application-accepted.tsx b/packages/email-templates/emails/application-accepted.tsx index 465aeb348..5fada7b6d 100644 --- a/packages/email-templates/emails/application-accepted.tsx +++ b/packages/email-templates/emails/application-accepted.tsx @@ -34,19 +34,16 @@ export function ApplicationAcceptedEmail({
  1. - - - Complete your ColorStack profile - - . - {' '} - This should only take about 5 minutes. Upon completion, you'll - have full access to your{' '} - - Member Profile + + Complete your ColorStack profile - . This is the powerhouse of your ColorStack membership. 💪 Take a - few minutes to: + . This should only take about 5 minutes. Upon completion, you'll + have full access to your Member Profile. This is the + powerhouse of your ColorStack membership. 💪 Take a few minutes + to:
@@ -102,6 +128,13 @@ export function ApplicationAcceptedEmail({ + + + + PS: New members will receive an invitation to join our Slack + community after completing their live onboarding session. + + );