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"
}
}