Notification Email (Basic)

Template

Generic one-section transactional notification. Suitable for status updates, system alerts, and simple informational messages.

core/email-tpl-notification-basic

Installation

1 · Add registry to components.json

2 · Install component

Examples

Preview

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

API Reference

PropTypeDescription
titlereq
stringNotification heading and email subject.
bodyreq
stringNotification body paragraph.
ctaUrl
stringOptional primary action URL.
ctaLabel
stringCTA label. Defaults to 'View details'.
recipientName
stringOptional greeting name.
siteName
stringDefaults to 'Keystone Core'.
logoUrl
stringOptional logo image URL.
supportEmail
stringOptional support address in footer.