2.2.2 • Published 1 year ago

node-red-contrib-airship-zonal-tables v2.2.2

Weekly downloads
-
License
-
Repository
gitlab
Last release
1 year ago

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...

2.2.1

1 year ago

2.2.0

1 year ago

2.2.2

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.0.8

2 years ago

2.1.0

2 years ago

2.1.9

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago