DEV Community

Discussion on: 👉 Emoji translations with the 📞 Twilio API for 💬 WhatsApp and Node.js

Collapse
 
philnash profile image
Phil Nash

In a local Node setup you'll need to set up a web application to receive the incoming messages. And then tunnel to that local application using something like ngrok.

Check out this tutorial that shows how to receive SMS in Node. The process for SMS and WhatsApp messages is the same.