Create campaign using Campaign template

Hi,

I’m trying to create a campaign template and to use that template for generating multiple campaigns. But the challenge here is, when I am creating campaign template I’m adding all the campaign details in the template itself.

This will be a unique template for that particular campaign. So if i want to create a new campaign then again i need to create and campaign template with new campaign details.

Instead, I’m looking for an option. where I can create a template without campaign details and can use that template id when generating my new campaigns.

here is the body, which i use to create a campaign template.

{
  
  "name": "Testing Campaign Template1",
  "description": "Testing Campaign Template1",
  "deadlineDuration": null,
  
  
  "campaign": {
    "name": "Test campaign from template1",
    "description": "Test campaign from template1",
    
    "type": "SEARCH",
    "emailNotificationEnabled": false,
    "autoRevokeAllowed": false,
    "recommendationsEnabled": false,
    "correlatedStatus": "CORRELATED",
    
    "sunsetCommentsRequired": true,
    "searchCampaignInfo": {
      "type": "ACCESS",
		"query": "source.id:2*******************8"
		},
    "mandatoryCommentRequirement": "NO_DECISIONS"
  }
}

I don’t think the API supports that yet. You need to provide the Campaign details while create a Campaign Template.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.