Create a new campaign.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public EmailCampaign AddCampaign( string accessToken, string apiKey, EmailCampaign campaign )
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- campaign
- Type: CTCT.Components.EmailCampaigns EmailCampaign
Campign to be created
Return Value
Returns a campaign.Implements
IEmailCampaignService AddCampaign(String, String, EmailCampaign)See Also