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

node-red-contrib-ring-central

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-ring-central

A Node-RED module that can be used to interact with Ring Central's APIs.

  • 0.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-20%
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-ring-central

What is it?

A module to bring SMS/MMS capabilities into your Node-RED flows!

With the Ring Central APIs you can send and receive SMS/MMS messages (plus much more) and this module adds this funcionality into your Node-RED flows.

Let's say you are monitoring an API or sensor and you would like to publish an SMS message to your mobile phone every time a certain value is retrieved. Simple - just add an sms send node!

Or, maybe you want your flow to take a certain action when you send a specific message to your Ring Central number? Easy - add an sms receive node and parse the response! The response object for each message also includes an array of attachments for MMS. So how do you view an attachment? Also easy - just get a signed url for the attachment URL from the sign url node and view it in your browser (or use it with http in, template and http response nodes).

Getting Started

You'll need a Ring Central account (the free dev account is good enough), so sign up and then create a new SMS app to get the username, password, server, extension, client id, client secret that you'll need in your flows.

Recipients

You can set the recipients phone number directly on the node:

recipient on node

You can also override the node's recipient by setting either a single recipient via msg.recipient or an array of recipients with msg.recipients.

recipients on node

More

See this blog post.

Issues

File an issue on GitHub!

GitHub

https://github.com/recursivecodes/node-red-contrib-ring-central

Keywords

FAQs

Package last updated on 03 Nov 2021

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