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

Function isTransactionalEmail

apps/sim/lib/messaging/email/unsubscribe.ts:62–64  ·  view source on GitHub ↗
(emailType: EmailType)

Source from the content-addressed store, hash-verified

60 * Check if an email type is transactional
61 */
62export function isTransactionalEmail(emailType: EmailType): boolean {
63 return emailType === ('transactional' as EmailType)
64}
65
66/**
67 * Get user's email preferences

Callers 2

route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected