Automatically Adding and Removing Labels via Trello Webhooks

Automatically Adding and Removing Labels via Trello Webhooks

It’s been awhile since I’ve played around with the Trello API but my “To-Do” board was annoying me recently and I found something new to automate. As I’ve previously mentioned, I’ve got a webhook listening to my “To-Do” board.  I’ve also mentioned that this board consists of “Not Started,” “In Progress,” and “Done” columns.  In […]

Read More
Trello API and dateLastActivity

Trello API and dateLastActivity

I came across something interesting today, working on a project that is supposed to automatically archive all cards on a Trello board that are in the “Completed” column and are more than two weeks old. This should have been really easy.  Use the /1/lists/<list_id>/cards GET request to get all of the cards on the list then […]

Read More