Home / Companies / Vonage / Blog / Post Details
Content Deep Dive

Receba Mensagens de SMS com Node.js e Express | One Dev Minute

Blog post from Vonage

Post Details
Company
Date Published
Author
Amanda Cavallaro
Word Count
360
Language
português
Hacker News Points
-
Summary

You're invited to One Dev Minute, a series hosted on the VonageDev YouTube channel, sharing knowledge in a concise manner. This tutorial guides you through receiving SMS messages using Node.js, Express, and the Vonage Messages API. Before starting, ensure you have created a Vonage account, installed Node.js, ngrok, and the Vonage CLI globally, and set up an Express server with the Vonage Server Beta SDK. You'll create a POST request handler for the inbound webhook, register the request body in the console, and execute the code by running `node server.js` while using `ngrok http 3000`. Configure your Vonage account to use the Messages API as the default setting, create a new app with the "Messages" capability, generate a new app, link it to your ngrok URL, and test sending an SMS message from your phone number.