Skip to content

Commit

Permalink
Merge pull request #91 from messagebird/remove-sandbox-readme
Browse files Browse the repository at this point in the history
remove example sandbox code from README.md
  • Loading branch information
marcel corso gonzalez authored Sep 22, 2021
2 parents 7929415 + a6690ed commit 5119af8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,6 @@ app.get('/webhook', verifySignature, function(req, res) {
```

Conversations Whatsapp Sandbox
-------------

To use the whatsapp sandbox you need to add `"ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX"` to the list of features you want enabled. Don't forget to replace `<YOUR_ACCESS_KEY>` with your actual access key.
```javascript
var messagebird = require('messagebird')("<YOUR_ACCESS_KEY>", null, ["ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX"]);
```
Documentation
-------------

Expand Down

0 comments on commit 5119af8

Please sign in to comment.