Interface: SendEmailParams
Defined in: sdk/src/types.ts:30
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
to | string | string[] | sdk/src/types.ts:31 |
from | string | sdk/src/types.ts:32 |
subject | string | sdk/src/types.ts:33 |
templateId? | string | sdk/src/types.ts:34 |
variables? | Record<string, unknown> | sdk/src/types.ts:35 |
html? | string | sdk/src/types.ts:36 |
text? | string | sdk/src/types.ts:37 |
replyTo? | string | sdk/src/types.ts:38 |
tags? | string[] | sdk/src/types.ts:39 |
metadata? | Record<string, unknown> | sdk/src/types.ts:40 |
unsubscribeGroupId? | string | sdk/src/types.ts:41 |