Skip to content

Instantly share code, notes, and snippets.

@AlexLakatos
Created September 16, 2019 11:23
Show Gist options
  • Save AlexLakatos/7d32d9158fae40cac6acc8c78edd4aff to your computer and use it in GitHub Desktop.
Save AlexLakatos/7d32d9158fae40cac6acc8c78edd4aff to your computer and use it in GitHub Desktop.
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