Trello Application Example, including Trello Connector

Trello Application Example has been designed to show on the Community blog how to design a connector and handle data you get from it. The blog serie with full details is available here:

A short resume of what you will find in this example:

  • Create a connector from scratch with a Java library
  • Retrieve data from a third party website API in JSON
  • Parse JSON, use it in a process, transform it in CSV
  • Display the CSV in a table and create a downloadable file on forms
  • Use Call to Action (start a process from another one)

 

 


Repository URL : https://github.com/Bonitasoft-Community/Trello-connector