Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
node-red-contrib-ring-central
Advanced tools
A Node-RED module that can be used to interact with Ring Central's APIs.
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).
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.
You can set the recipients phone number directly on the 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
.
See this blog post.
File an issue on GitHub!
https://github.com/recursivecodes/node-red-contrib-ring-central
FAQs
A Node-RED module that can be used to interact with Ring Central's APIs.
The npm package node-red-contrib-ring-central receives a total of 4 weekly downloads. As such, node-red-contrib-ring-central popularity was classified as not popular.
We found that node-red-contrib-ring-central demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.