Skip to content

Commit

Permalink
Linking webhook example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetharadhakrishna committed Mar 15, 2021
1 parent 3a81cc2 commit 2710c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ const client = require('twilio')(accountSid, authToken);
client.logLevel = 'debug';
```

## Using webhook validation
See [example](examples/express.js) for a code sample for incoming Twilio request validation

## Handling Exceptions

For an example on how to handle exceptions in this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node/usage-guide#exceptions).
Expand Down

0 comments on commit 2710c8e

Please sign in to comment.