Create campaigns
To create a campaign, you must use the NewslettersManager
class. First, you initialize the NewslettersManager
. To create the campaign, you call CreateCampaign
. Finally, after all properties are set, you save the changes.
The following code creates a campaign with the Native API:
NOTE: To create a campaign with auto generated ID, use the other overload of the CreateCampaign
method.