Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-nexmo

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-nexmo

This node let you send SMS via the Nexmo API

  • 2.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
56
decreased by-6.67%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-nexmo

This node will let you send simple SMS using the Nexmo API

Usage

Incoming message
{
    "payload" : "Here is my SMS"
}
Outcoming message
{
    "to":"<THE RECIPIENT NUMBER>",
    "message-id":"<THE MESSAGE ID>",
    "status":"0",
    "remaining-balance":"15.52540000",
    "message-price":"0.05940000",
    "network":"20810"
}

/!\ : You will first need API key from Nexmo

Keywords

FAQs

Package last updated on 17 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc