Mailchimp · Schema

Mailchimp Campaign

A Mailchimp email marketing campaign. Represents a single email send or series of emails targeted at a list or segment of subscribers. Campaigns can be regular, plain-text, A/B split, RSS-driven, or multivariate.

CampaignsEmail MarketingMarketing AutomationNewslettersTransactional Email

Properties

Name Type Description
id string A string that uniquely identifies this campaign.
web_id integer The ID used in the Mailchimp web application.
parent_campaign_id string If this campaign is the child of another campaign, this identifies the parent campaign. For example, for RSS or Automation children.
type string The type of campaign.
create_time string The date and time the campaign was created in ISO 8601 format.
archive_url string The link to the campaign's archive version.
long_archive_url string The original link to the campaign's archive version.
status string The current status of the campaign.
emails_sent integer The total number of emails sent for this campaign.
send_time string The date and time a campaign was sent in ISO 8601 format.
content_type string How the campaign's content is put together.
needs_block_refresh boolean Deprecated. Whether the campaign needs its blocks refreshed by opening the web-based campaign editor. Will always return false.
resendable boolean Whether the campaign qualifies to be resent to non-openers.
recipients object List/audience settings for the campaign.
settings object The settings for the campaign, including subject line, from name, and reply-to address.
tracking object The tracking options for a campaign.
report_summary object For sent campaigns, a summary of opens, clicks, and e-commerce data.
delivery_status object Updates on campaigns in the process of sending.
View JSON Schema on GitHub