Need An Email Marketing Solution For All Of Your Customers?

Partner With VerticalResponse!

renderCampaignContentArgs


session_id [xsd:string]
Your API session id.
campaign_id [xsd:int]
The ID of the campaign to render. Either this or “campaign_hash” must be provided.
campaign_hash [xsd:string]
The hash of the campaign to render. Either this or “campaign_id” must be provided.
content_type [xsd:string]
Set this to “html” for an HTML rendering of the campaign, and set it to “text” for a text-only rendering of the campaign.
view_type [xsd:string]
Set this to “preview” for a preview rendering of the campaign, and set it to “mailing” for an actual
mailable rendering of the campaign. For actual mailable renderings, all links are replaced with redirect
links.
max_text_line_length [xsd:int]
For text-only renderings of a campaign, this is the width of a line in the rendering
after text wrapping. The default value is 70.