Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 987 Bytes

CampaignTemplate.md

File metadata and controls

17 lines (13 loc) · 987 Bytes

ElasticEmail.Model.CampaignTemplate

Content of a Campaign

Properties

Name Type Description Notes
Poolname string Name of your custom IP Pool to be used in the sending process [optional]
From string Your e-mail with an optional name (e.g.: John Doe <email@domain.com>)
ReplyTo string To what address should the recipients reply to (e.g. John Doe <email@domain.com>) [optional]
Subject string Default subject of email. [optional]
TemplateName string Name of template. [optional]
AttachFiles List<string> Names of previously uploaded files that should be sent as downloadable attachments [optional]
Utm Utm [optional]

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