Using Trello With Roblox

Hey there everyone,

I’ve got a couple of questions relating to sending and fetching data to and from Trello.

I am currently working on scripting a mod panel for my game, and with that I will be making a mod call system. My ultimate goal with the mod call system is to have each call listed within a GUI in-game. I thought the best way of achieving this would be through sending every mod call to trello, and then fetching each mod call from trello and relaying it onto the GUI.

My question is, is it possible to get data from Trello? If I was to set up a card in which each comment is a new mod call, would I be able to actively check for new comments, and upon receiving one add it to a GUI? I am aware that this would have to do with HTTP requests, I have just never worked with Trello and Roblox before.

If anyone could reply with some detailed information regarding this topic, it would be greatly appreciated. Similarily if anyone has any links to DevForum posts or articles online I would also appreciate that.

Thank you for your time!

1 Like

Some one actually made a library for this. It might be of use for you.