Created
September 16, 2019 11:23
-
-
Save AlexLakatos/7d32d9158fae40cac6acc8c78edd4aff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.post('/webhooks/inbound-message', (req, res) => { | |
console.log(req.body); | |
res.status(200).end(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment