ElasticEmail.model.campaign_template.CampaignTemplate
Content of a Campaign
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
Content of a Campaign
Key
Input Type
Accessed Type
Description
Notes
From
str,
str,
Your e-mail with an optional name (e.g.: John Doe <email@domain.com >)
Poolname
str,
str,
Name of your custom IP Pool to be used in the sending process
[optional]
ReplyTo
str,
str,
To what address should the recipients reply to (e.g. John Doe <email@domain.com >)
[optional]
Subject
str,
str,
Default subject of email.
[optional]
TemplateName
str,
str,
Name of template.
[optional]
AttachFiles
list, tuple,
tuple,
Names of previously uploaded files that should be sent as downloadable attachments
[optional]
Utm
Utm
Utm
[optional]
any_string_name
dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader
frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO
any string name can be used but the value must be the correct type
[optional]
Names of previously uploaded files that should be sent as downloadable attachments
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
Names of previously uploaded files that should be sent as downloadable attachments
Class Name
Input Type
Accessed Type
Description
Notes
items
str,
str,
[Back to Model list] [Back to API list] [Back to README]