Create New Campaignpost https://a.klaviyo.com/api/v1/campaignsCreates a new campaign. The created campaign is a draft and is not automatically sent.Form Datalist_idstringrequiredDefaults to LIST_IDThe list you will send the campaign to.template_idstringrequiredDefaults to TEMPLATE_IDThe template that will define the content of the page. 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.from_emailstringrequiredDefaults to [email protected]The email address your email will be sent from and will be used in the reply-to header.from_namestringrequiredDefaults to George WashingtonThe name or label associated with the email address you're sending from.subjectstringrequiredDefaults to Happy Fourth!The email subject of the campaignnamestringDefaults to Campaign NameIf not specified, this will default to the subject of the campaign.use_smart_sendingbooleanDefaults to trueIf set, limits the number of emails sent to an individual within a short period. Valid values are true and false. If not specified, defaults to true.truefalseadd_google_analyticsbooleanDefaults to falseIf specified, adds Google Analytics tracking tags to links. Valid values are true and false. If not specified, defaults to false.truefalseResponse 200The newly created Campaign object with summary information.Updated over 4 years ago