Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 736 Bytes

File metadata and controls

13 lines (8 loc) · 736 Bytes

PreviewTemplateRequest

Properties

Name Type Description Notes
subject Option<String> The email subject. Applicable only to email templates. [optional]
body Option<String> The template body before variable interpolation [optional]
from_email_name Option<String> The local part of the From email address that will be used for emails. For example, in the address 'hello@example.com', the local part is 'hello'. Applicable only to email templates. [optional]

[Back to Model list] [Back to API list] [Back to README]