Class CreateEmailCampaign
java.lang.Object
io.mailtrap.model.AbstractModel
io.mailtrap.model.request.emailcampaigns.CreateEmailCampaign
Attributes used to create an email campaign.
name, domainId,
fromLocalPart and a template subject within templateAttributes are
required by the API. The campaign is always created in the draft state; scheduling
and starting are separate actions.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.mailtrap.model.AbstractModel
toJson, toString
-
Constructor Details
-
CreateEmailCampaign
public CreateEmailCampaign()
-