Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 688 Bytes

File metadata and controls

11 lines (8 loc) · 688 Bytes

brevo_csharp.Model.FetchTemplatePreview

Properties

Name Type Description Notes
TemplateId int? Id of the template.
Email string Email of the contact.(Required if params not provided) [optional]
Params Object Key-value pairs of dynamic parameters for template rendering.(Required if email not provided) For example, {"Firstname":"John", "Lastname":"Doe"}. [optional]

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