@nkhhphuc/semilimes-node-red
v1.0.2
Published
semilimes Node-RED
Downloads
273
Readme
Node-RED semilimes
This package of Node-RED nodes to extends your semilimes account with your programming ability, such as auto reply, booking flow or even message-base interface of your exsting system to expose to semilimes Messenger.
Installation
You can install the nodes using node-red's "Manage palette" in the side bar.
Or run the following command in the root directory of your Node-RED installation
npm install @nkhhphuc\semilimes-node-red --save
Installation of the mobile apps
Dependencies
The nodes are tested with Node.js v12.0.0
and Node-RED v1.3.7
.
Connect to semilimes
Setup connection to semilimes server in Node-RED flow.
Add a
listener
node then config itsConnector
property to create aconnector
configuration.Configure the
connector
node and connect it to semilimes.Add a
sender
node and configure itsConnector
property to the sameconnector
configuration. You now can both send and receive messages with semilimes using thelistener
andsender
nodes.
Sample flow to connect to semilimes, send and receive messages. Connect to semilimes flow
Examples
Handy setup connection to semilimes
Communication with semilimes is token based.
License
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/