node-red-contrib-trello-basis 0.3.3

A set of Node-RED nodes to interact with the Trello API.

npm install node-red-contrib-trello-basis

Platform npm@latest npm@beta npm License: MIT
Codacy LGTM LGTM alert vulnerabilities

node-red-contrib-trello-basis

A set of Node-RED nodes to interact with the Trello API.

Installation

Run the following command in the root directory of your Node-RED install:

$ npm install -s node-red-contrib-trello-basis

Usage

get-all-lists

WARNING:
The DELETE action is not reversible.

To learn more about Adding Nodes, take a look through Node-RED documents.

You can use a mustache-syntax to include variables from msg

For example, dynamically changing the Path field:

  1. Configure the Path field on the trello node to be /boards/{{payload.id}}/lists.

  2. Add a Function node and copy the following code into the Function field:

    msg.payload = {
        "id": "YOUR_BOARD_ID"
    };
    return msg;
    

    your-board-id

  3. Wire the function and trello nodes.

Acknowledgements

This project uses the following open source software:

License

This project is released under the MIT License.

Node Info

Version: 0.3.3
Updated 5 years, 11 months ago
License: MIT
Rating: 4.5 2

Categories

Actions

Rate:

Downloads

7 in the last week

Nodes

  • trello-config
  • trello

Keywords

  • node-red
  • trello
  • api

Maintainers