This is my first node project, the idea is to have very easy and simple to use node functions that capture meaningful Trello events.
As this is my first project I am a little unsure where to take this, so I am very open to any suggestions or help and it will be greatly appreciated.
Outputs a Trello card for every new card added as msg.payload.
Output is time bounded between the previous and current activation.
Safe/ Block list to exclude any actions performed by the certain users.
Outputs a Trello card for every card the Trello user is assigned to as msg.payload.
Output is time bounded between the previous and current activation.
Safe/ Block list to exclude any actions performed by the certain users.
Outputs a Trello card that has moved Trello list as msg.payload.
Output is time bounded between the previous and current activation.
Safe/ Block list to exclude any actions performed by the certain users.
Outputs a Trello card that has moved to a specific Trello list as msg.payload.
Output is time bounded between the previous and current activation.
Safe/ Block list to exclude any actions performed by the certain users.
Outputs all cards in a Trello list.
I plan to add query params in a future update.
Able to create an array of Trello cards based on input, with optional default values available.
Adds a predefined label to a Trello card.
Moves a Trello card to a specified list.
Simple helper by means of a drop down list select, with 2 outputs 1 for True the other for False.
Simple helper that calculates an incremental positional value starting at 1 for the top card, also has a separate output if it is the top or bottom card.
Updates the card in Trello after modifying it in node-red.
- Adding a whitelist/blacklist of users to allow filtering by users
- Currently in active development taking suggestions on other nodes feel free to create an issue on github or email me at [email protected].