HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

Updates details of a campaign. You can update a campaign's name, subject, from email address, from name, template or list.

Path Params
string
required
Defaults to CAMPAIGN_ID
Form Data
string

The list you will send the campaign to.

string

The ID of the Email Template object that will be the content of this campaign. Note the Email Template is copied when creating this campaign, so future changes to that Email Template will not alter the content of this campaign.

string

The email address your email will be sent from and will be used in the reply-to header.

string

The name or label associated with the email address you're sending from.

string

The email subject of the campaign

string

A name for this campaign. If not specified, this will default to the subject of the campaign.

boolean

If set, limits the number of emails sent to an individual within a short period. Campaigns initially default to true.

boolean

If specified, adds Google Analytics tracking tags to links. Campaigns initially default to false.

Response

Language
Credentials