Skip to content

Commit

Permalink
Push readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafterman82 committed Oct 31, 2019
1 parent 1de3dff commit e2d3cc0
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 175 deletions.
22 changes: 11 additions & 11 deletions public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "REST",
"lang": {
"en-US": {
"name": "Associate Promotion",
"description": "Associate an promotion with part of a journey"
"name": "PUSH Message/Offer",
"description": "Send users a message or offer or both"
}
},
"arguments": {
Expand All @@ -20,7 +20,7 @@
}
],
"outArguments": [],
"url": "https://mc-jb-custom-activity-ca.herokuapp.com/journeybuilder/execute",
"url": "https://mc-jb-custom-activity-ca-popm.herokuapp.com/journeybuilder/execute",
"verb": "POST",
"body": "",
"header": "",
Expand All @@ -30,39 +30,39 @@
}
},
"configurationArguments": {
"applicationExtensionKey": "e45a41ef-3e23-4570-b03e-1eeed3971201",
"applicationExtensionKey": "78af6360-199e-49aa-b51e-2cc8cd939819",
"save": {
"url": "https://mc-jb-custom-activity-ca.herokuapp.com/journeybuilder/save",
"url": "https://mc-jb-custom-activity-ca-popm.herokuapp.com/journeybuilder/save",
"verb": "POST",
"useJwt": true
},
"publish": {
"url": "https://mc-jb-custom-activity-ca.herokuapp.com/journeybuilder/publish",
"url": "https://mc-jb-custom-activity-ca-popm.herokuapp.com/journeybuilder/publish",
"verb": "POST",
"useJwt": true
},
"stop": {
"url": "https://mc-jb-custom-activity-ca.herokuapp.com/journeybuilder/stop",
"url": "https://mc-jb-custom-activity-ca-popm.herokuapp.com/journeybuilder/stop",
"verb": "POST",
"useJwt": true
},
"validate": {
"url": "https://mc-jb-custom-activity-ca.herokuapp.com/journeybuilder/validate",
"url": "https://mc-jb-custom-activity-ca-popm.herokuapp.com/journeybuilder/validate",
"verb": "POST",
"useJwt": true
}
},
"wizardSteps": [{
"label": "Promotion Type",
"label": "PUSH Type",
"key": "step0"
},
{
"label": "Online Voucher Setup",
"label": "Push Message Setup",
"key": "step1",
"active": false
},
{
"label": "Instore Voucher Setup",
"label": "Push Offer Setup",
"key": "step2",
"active": false
},
Expand Down
Loading

0 comments on commit e2d3cc0

Please sign in to comment.