Welcome Email

Template

Generic post-signup welcome email. Greets the new user and offers an optional CTA to the dashboard or getting-started page.

core/email-tpl-welcome

Installation

1 · Add registry to components.json

2 · Install component

Examples

Preview

Rendered with previewProps — subject, plain text, and live HTML.

API Reference

PropTypeDescription
recipientEmailreq
stringRecipient's email address.
recipientName
stringGreeting name; falls back to email.
ctaUrl
stringOptional dashboard / onboarding URL.
ctaLabel
stringCTA label. Defaults to 'Get started'.
siteName
stringSite/product name. Defaults to 'Keystone Core'.
logoUrl
stringOptional logo image URL.
supportEmail
stringOptional support address.
footerCopy
stringOptional footer body text.