Create a campaign variation

Request URI for Sub Account
POST /accounts/40505/campaigns/7/variations

Request Format

{
  "variations" : {
		"name": "New shiny variation"
  }
}

Create a campaign variation

šŸ“˜

Info:

To add changes to the variation, please add changes under the key 'changes'. For e.g. to show an alert in variation

{
"variations" : {
.
.
"changes" : ""
.
.
}
}

Language
Authorization
Header
Click Try It! to start a request and see the response here!