MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
CampaignDetails < Return to Method List
struct CampaignDetails(integer $id)
Retrieve data about a specific campaign. Cacheable
Parameters
integer id The campaign id to get data about.
Return Value
struct This method returns a keyed structure containing information about your campaign. This data can be cached. The structure contains the following keys:

integer id The campaign id.
string name The campaign name.
string subject The subject line for the campaign.
string html The HTML content for the campaign.
string text The text content for the campaign.
string from_name The name used in the From line.
string from_email The email address used in the From line.
string reply_name The name used in the Reply-To line.
string reply_email The email address used in the Reply-To line.
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.