node-red-contrib-airship-zonal-tables
v2.2.4
Published
Zonal Tables data bridge for Node-RED
Downloads
24
Readme
node-red-airship-zonal-tables
Node-RED node for Airship x Zonal Tables data bridge
Description
This custom node receives the accounts configurations as an input, before start it will delete all zip and csv files from previous run. Then, for each configuration it will connect to Zonal account's SFTP, get the relevant file, go through each row and create a contact object from it, if successful a object ready for Airship Custom node is outputed.
Usage
Input options
This node should receive an array with the accounts configurations from msg.configs
.
Example:
msg.configs =
[
{...config1},
{...config2}
]
Outputs
The first output is a success message containing an object ready for REST call with token and contact The second output is a monitor message that can be used for logging The second output are errors only
The monitor output will always send a message together with the success or error ones
Examples
tbc...