node-red-contrib-ring-central 0.0.6

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

npm install 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

Node Info

Version: 0.0.6
Updated 2 years, 8 months ago
License: ISC
Rating: not yet rated

Actions

Rate:

Downloads

12 in the last week

Nodes

  • rc-credentials
  • sms-send
  • sms-receive
  • sign-url

Keywords

  • node-red
  • ring central
  • sms
  • voice
  • api

Maintainers