1.0.4 • Published 4 months ago

@daviderib/node-red-contrib-semilimes-connector v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Node-RED semilimes connector

Platform License Downloads Install

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.

Github project

Official semilimes API Documentation

Installation

NPM

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 @daviderib/node-red-contrib-semilimes-connector --save

Installation of the mobile apps

  • IOS semilimes Messenger : Platform

  • Android semilimes Messenger : Platform

Dependencies

The nodes are tested with Node.js v19.2.0 and Node-RED v3.0.2.

Connect to semilimes

  1. Get an API key on Semilimes Website

  2. Add a new Text node and configure it with your preferred message

  3. Add an Action Selector node and select 1. Add an action selector node and select the Account - Get Contacts to get a list of contacts to send a message to.

  4. Add a sender node then config its Connector property to create a connector configuration. Property editor of listener node

  5. Configure the connector node with your API key and connect it to semilimes. Config connector node

  6. Run the flow and get your contacts list. Save the preferred AccountId

  7. In another flow, add a Text node with a message

  8. Add an Action Selector node and select P2P - Send Message and set the AccountId you saved in the RecipientId field

  9. Add a sender node and run. You have sent your first message!

Sample flow to connect to semilimes and send your first message. Connect to semilimes flow

Examples

Handy setup connection to semilimes

Communication with semilimes is API-key based

License

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago