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

Function renderEnterpriseSubscriptionEmail

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

Source from the content-addressed store, hash-verified

106}
107
108export async function renderEnterpriseSubscriptionEmail(userName: string): Promise<string> {
109 const baseUrl = getBaseUrl()
110 const loginLink = `${baseUrl}/login`
111
112 return await render(
113 EnterpriseSubscriptionEmail({
114 userName,
115 loginLink,
116 })
117 )
118}
119
120export async function renderUsageThresholdEmail(params: {
121 userName?: string

Callers 2

route.tsFile · 0.90

Calls 3

getBaseUrlFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected