How to sync different Kanban boards
We have a situation where we have different clients using different Kanban style boards that we would like to sync to Asana. There was a tool we were using some years ago but it was very pricey before we discovered n8n.
I also did not do this myself, someone else did.
Is it a case of checking that the different platforms have an API that I can connect to?
My thinking is this.
- Ensure the different Kanban boards have the same column names.
- Pull the cards from the different Kanban boards and populate Asana.
- Have some kind of check that compares the boards and moves the cards accordingly. (Asana being the main tool to ensure they are in sync.
Is there anything I should consider before I start figuring this out?
Many thanks