Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.03 KB

File metadata and controls

11 lines (8 loc) · 2.03 KB

MarketingCreateEmailTemplateRequestDto

Fields

Field Type Required Description Example
name JsonNullable<String> N/A
tags List<String> N/A
messages List<EmailMessages> N/A
passthrough Map<String, Object> Value to pass through to the provider {
"other_known_names": "John Doe"
}