MCPcopy Index your code
hub / github.com/simstudioai/sim / renderOnboardingFollowupEmail

Function renderOnboardingFollowupEmail

apps/sim/components/emails/render.ts:188–190  ·  view source on GitHub ↗
(userName?: string)

Source from the content-addressed store, hash-verified

186}
187
188export async function renderOnboardingFollowupEmail(userName?: string): Promise<string> {
189 return await render(OnboardingFollowupEmail({ userName }))
190}
191
192export async function renderAbandonedCheckoutEmail(userName?: string): Promise<string> {
193 return await render(AbandonedCheckoutEmail({ userName }))

Callers 1

sendLifecycleEmailFunction · 0.90

Calls 2

OnboardingFollowupEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected