🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@telnyx/node-red-telnyx

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telnyx/node-red-telnyx

A Node-RED node interacting with Telnyx

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
3
Created
Source

Version Version

node-red-telnyx

Telnyx

A Node-RED node to send SMS messages via the Telnyx platfrom.

Table of Contents

Installation

Install the package with:

npm install @telnyx/node-red-telnyx

Usage

telnyx-sms

The package needs to be configured with your account's API key and some other details you can find in your the Telnyx Mission Control Portal.

Both ways of sending SMS are supported:

  • Alphanumeric
  • 2 - Way
    msg.payload should contain the content of the SMS message.

telnyx-2fa

Generating the 2FA
The telnyx-2fa node MUST receive in input a boolean msg.payload.verify with false state, along with the telnyx-2fa parameters Verify Profile and To.

Verify the Received Code by Phone Number
The telnyx-2fa node MUST receive in input a boolean msg.payload.verify with true state, along with the msg.payload.code cotaining the code received in the previous generated SMS, along with the shared parameters Verify Profile and To, already configured for telnyx-2fa.

To get started, sign up for a Portal account, then follow the steps in our quickstart guide to buy an SMS-enabled number.

Releases

Look at the release section to check the current state

Keywords

telnyx

FAQs

Package last updated on 20 Jun 2023

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