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

Function renderCreditsExhaustedEmail

apps/sim/components/emails/render.ts:196–202  ·  view source on GitHub ↗
(params: {
  userName?: string
  limit: number
  upgradeLink: string
})

Source from the content-addressed store, hash-verified

194}
195
196export async function renderCreditsExhaustedEmail(params: {
197 userName?: string
198 limit: number
199 upgradeLink: string
200}): Promise<string> {
201 return await render(CreditsExhaustedEmail(params))
202}
203
204export async function renderCreditPurchaseEmail(params: {
205 userName?: string

Callers 1

sendExhaustedEmailFunction · 0.90

Calls 2

CreditsExhaustedEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected