Type alias RenderStoredEmailTemplateRequest
RenderStoredEmailTemplateRequest: {
attachmentRetrievalOption?: string | null;
templateId: string;
updateTemplateUsage?: boolean | null;
whatId?: string | null;
whoId?: string | null;
}
Type declaration
Optional attachmentRetrievalOption?: string | null
templateId: string
Optional updateTemplateUsage?: boolean | null
Optional whatId?: string | null
Optional whoId?: string | null