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

Function renderWorkspaceAddedEmail

apps/sim/components/emails/render.ts:233–245  ·  view source on GitHub ↗
(
  inviterName: string,
  workspaceName: string,
  workspaceLink: string
)

Source from the content-addressed store, hash-verified

231}
232
233export async function renderWorkspaceAddedEmail(
234 inviterName: string,
235 workspaceName: string,
236 workspaceLink: string
237): Promise<string> {
238 return await render(
239 WorkspaceAddedEmail({
240 inviterName,
241 workspaceName,
242 workspaceLink,
243 })
244 )
245}
246
247export async function renderPollingGroupInvitationEmail(params: {
248 inviterName: string

Callers 1

sendWorkspaceAddedEmailFunction · 0.90

Calls 2

WorkspaceAddedEmailFunction · 0.90
renderFunction · 0.50

Tested by

no test coverage detected