Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1st pull #18

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
16 changes: 8 additions & 8 deletions public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "REST",
"lang": {
"en-US": {
"name": "Twilio SMS",
"name": "Placeholder SMS",
"description": "Send Twilio SMS with Journey Builder",
"TwilioMessage":"test"
}
Expand All @@ -17,11 +17,11 @@
"inArguments": [
{
"email": "{{Contact.Default.EmailAddress}}",
"to": "{{Contact.Attribute.TwilioV1.TwilioNumber}}"
"to": "{{Contact.Attribute.COEV1.PhoneNumber}}"
}
],
"outArguments": [],
"url": "https://twilio-sfmc.herokuapp.com/journeybuilder/execute",
"url": "https://twilio-sfmc-coe-daa30bf3c8c4.herokuapp.com/journeybuilder/execute",
"verb": "POST",
"body": "",
"format": "json",
Expand All @@ -30,33 +30,33 @@
}
},
"configurationArguments": {
"applicationExtensionKey": "e962d1d4-8b07-4e76-89be-ecd1f1423b6d",
"applicationExtensionKey": "977d35a9-ea7b-40da-9a88-4d283a03c9f5",
"save": {
"url": "https://twilio-sfmc.herokuapp.com/save",
"url": "https://twilio-sfmc-coe-daa30bf3c8c4.herokuapp.com/save",
"verb": "POST",
"body": "",
"format": "json",
"useJwt": false,
"timeout": 2000
},
"publish": {
"url": "https://twilio-sfmc.herokuapp.com/publish",
"url": "https://twilio-sfmc-coe-daa30bf3c8c4.herokuapp.com/publish",
"verb": "POST",
"body": "",
"format": "json",
"useJwt": false,
"timeout": 2000
},
"validate": {
"url": "https://twilio-sfmc.herokuapp.com/validate",
"url": "https://twilio-sfmc-coe-daa30bf3c8c4.herokuapp.com/validate",
"verb": "POST",
"body": "",
"format": "json",
"useJwt": false,
"timeout": 2000
},
"stop": {
"url": "https://twilio-sfmc.herokuapp.com/stop",
"url": "https://twilio-sfmc-coe-daa30bf3c8c4.herokuapp.com/stop",
"verb": "POST",
"body": "",
"format": "json",
Expand Down
Binary file modified public/images/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/iconSmall.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
</head>
<body>
<div id="step1" class="step">
<h2>Create a Twilio SMS message:</h2>
<p>Twilio's Programmable SMS has the features you’ll need to build quickly and scale to production. We’ve solved the hard problems so you don’t have to. <a href="https://www.twilio.com/sms" target="_blank">Learn more about about Twilio SMS here</a>.</p>
<h2>Nouveau SMS ContactEveryOne</h2>
<hr>
<div class="form-group">
<div><label for="messageBody">Create message body:</label></div>
Expand Down