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

Function renderAbandonedCheckoutEmail

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

Source from the content-addressed store, hash-verified

190}
191
192export async function renderAbandonedCheckoutEmail(userName?: string): Promise<string> {
193 return await render(AbandonedCheckoutEmail({ userName }))
194}
195
196export async function renderCreditsExhaustedEmail(params: {
197 userName?: string

Callers 1

handleAbandonedCheckoutFunction · 0.90

Calls 2

AbandonedCheckoutEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected