Campaign Structure
It creates an Email Campaign object
to be sent through Spread. It is used as one of the parameters of method createCampaign.
Public Instance Properties
Property
|
Description
|
campaignName
|
The name of the email campaign.
|
content
|
The content of the email.
Support plain text or HTML tag. HTML tag may require HTML escaping.
|
from
|
The display name of the email.
|
fromEmail
|
+The from email address.
|
schedule
|
Scheduled delivery time for the email campaigns.
Recommend datetime format: yyyy-MM-ddTHH:mm:ss. Timezone: UTC +08:00.
|
subject
|
The subject of the email.
|
signature
|
The signature of the email.
|
* ALL of the above properties are required
when create email
campaign
except
signature.
+ The Email Address must have been
verified through Spread.
To verify your email, login to http://www.rspread.com,
My Account >
Add & Verify Email
See Also
Spread Web
Service Namespace
SpreadWebService.createCampaign
Method