Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit c74976a

Browse files
authored
Merge pull request #3 from artificialsolutions/develop
v1.0.1
2 parents 602a9bb + a91d3fa commit c74976a

File tree

4 files changed

+33
-43
lines changed

4 files changed

+33
-43
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# v.1.0.1
2+
## 28/10/2020
3+
1. [](#improved)
4+
* Updated dependencies.

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ You can make your locally running connector available via https using ngrok as f
3636
3737
### Setup a Twilio WhatsApp phone number
3838
1. Setup a free [Twilio](https://www.twilio.com/try-twilio) account, which comes with free credit money you can spend on buying a number.
39-
2. Go to the left pane menu and click the **Programmable SMS** item, then from the submenu choose **WhatsApp**.
40-
3. Follow the instructions in the **Learn** submenu to set up your testing sandbox by sending a specific WhatsApp message provided on the page to the phone number provided on the page.
41-
4. Next, in the **Sandbox** submenu add the https URL you copied earlier to the **When a message comes in** field. Hit save at the bottom of the page.
4239
43-
That's it! Now you can use WhatsApp to interact with your bot!
40+
3. Go to the left panel menu and click the **Programmable Messaging** item, then from the submenu choose **Try it Out > Try Whatsapp**.
41+
42+
3. Follow the 5-step process to setup communication between Twilio Sandbox and WhatsApp on your phone.
43+
44+
4. Next, in **Programmable Messaging > Settings > Whatsapp Sandbox Settings** submenu, add the https URL you copied earlier to the **When a message comes in** field. Hit save at the bottom of the page.
45+
46+
That's it! Now you can use the WhatsApp sandbox to interact with your bot!
4447
4548
## Running the connector on Heroku
4649
Click the button below to deploy the connector to Heroku:

package-lock.json

Lines changed: 20 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tie-api-example-twilio-whatsapp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Make your Teneo bot available on Whatsapp or SMS using the Twilio Programmable SMS api.",
55
"main": "server.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/artificialsolutions/tie-api-example-twilio-whatsapp"
1414
},
1515
"dependencies": {
16-
"@artificialsolutions/tie-api-client": "^1.3.1",
16+
"@artificialsolutions/tie-api-client": "^1.3.7",
1717
"body-parser": "^1.19.0",
1818
"express": "^4.16.4",
1919
"twilio": "^3.30.2"

0 commit comments

Comments
 (0)