OrganizationInvitationEmail
Transactional email component for organization invitations with the canonical Athena Auth template key metadata.
Import
import { OrganizationInvitationEmail } from "@xylex-group/athena-auth-ui/email"Details
- Category:
component - Primary entrypoint:
@xylex-group/athena-auth-ui/email - Public entrypoints:
@xylex-group/athena-auth-ui/email - Source:
packages/heroui/src/components/auth/email/organization-invitation-email.tsx
Notes
- This component belongs on the server or in your email rendering pipeline, not in the interactive client-side auth shell.
- Its props come from the upstream Better Auth React Email surface while the rendered markup is owned locally in this package.
- Use
getAthenaAuthEmailTemplateCatalog()or the component's statictemplateKeymetadata when you want an Athena Authemail_templates.template_keyrow to target this email.