Home

Awesome

<img src="https://www.seven.io/wp-content/uploads/Logo.svg" width="250" />

Official seven nodes for Node-RED

Node-RED node collection for sending SMS , text-to-speech calls and number validation via seven.

Installation

Run the following command in your Node-RED user directory - usually ~/.node-red:

NPM npm install @seven.io/nodered

Yarn yarn add @seven.io/nodered

Request Options

seven-config node

API Key: An API key from seven - create one in your developer dashboard.

Name: An arbitrary name for the node, helpful if you use multiple configurations.

seven-sms node

Use this node for sending SMS.

Config*: A seven-config node.

Message*: The SMS text which defaults to msg.payload. May not exceed 1520 characters.

*Recipient(s)**: SMS recipient(s) separated by comma defaulting to msg.topic.

From (Sender): Set a custom sender identifier.

Label: Set a custom label for sorting analytics.

Foreign ID: Optionally set a custom value returned in callbacks.

Delay: Set a custom date for time-delayed dispatch in the form of a Unix timestamp or a date/time string formatted as yyyy-mm-dd hh:ii.

Flash?: If enabled, SMS get sent as flash.

Performance Tracking?: If enabled, links found in the text get replaced with a shortened URL and click tracking enabled.

Name: An arbitrary name for the node helpful for identification.

seven-voice node

Use this node for converting a text to speech, call a number and read the message out loud.

Config*: A seven-config node.

Message*: The text to convert to voice which defaults to msg.payload. May not exceed 10.000 characters.

*Recipient(s)**: The recipient(s) of the call separated by comma defaulting to msg.topic .

From (Caller): The caller identifier which must be your own virtual number or a shared number.

Ringtime: Define how long to initiate the call.

Name: An arbitrary name for the node helpful for identification.

seven-rcs node

Use this node for sending RCS.

Config*: A seven-config node.

Message*: The SMS text which defaults to msg.payload. May not exceed 1520 characters.

Recipient*: Phone number or contact/group - defaulting to msg.topic.

From (Sender): Set an optional agent id.

Label: Set a custom label for sorting analytics.

Foreign ID: Optionally set a custom value returned in callbacks.

Delay: Set a custom date for time-delayed dispatch in the form of a Unix timestamp or a date/time string formatted as yyyy-mm-dd hh:ii.

Performance Tracking?: If enabled, links found in the text get replaced with a shortened URL and click tracking enabled.

Name: An arbitrary name for the node helpful for identification.

seven-lookup node

Use this node for performing number lookups.

Config*: A seven-config node.

*Number(s)**: The phone number(s) to look up separated by comma.

Type*: The lookup type to perform.

Name: An arbitrary name for the node helpful for identification.

Required options are marked with an asterisk (*).

Visit our API Documentation for a detailed request description.

Support

Need help? Feel free to contact us.

MIT