Skip to content

Example code for receiving SMS messages with Node.js and the Vonage SMS API

Notifications You must be signed in to change notification settings

nexmo-community/receive-sms-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Receive SMS messages with Node.js and the Vonage SMS API

This repository contains sample code for receiving SMS messages with Node.js and the Vonage SMS API.

For step-by-step instructions, see the linked blog post.

Running Instructions

  1. Clone this repository

  2. Run npm install in your project folder

  3. Run node server.js

  4. Start a tunnel using ngrok on port 3000: $ ngrok http 3000

  5. Set your inbound SMS webhook to YOUR_NGROK_URL/inbound in your Vonage dashboard, under SMS settings.

  6. Send an SMS message to one of your Vonage numbers!

About

Example code for receiving SMS messages with Node.js and the Vonage SMS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published