The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can you update the Trello HTML code according to my POS API ?

IT _ Conroy_s El Cajon
January 23, 2025

I have built APIs for our POS software to track our daily flower delivering orders. So, I need help from Trello to integrate APIs and if it is possible to edit your code or is there any way to integrate API and create automatic flow?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Rasmus Wulff Jensen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 23, 2025

Trello has their REST API that can do almost everything the Trello Client can do: https://developer.atlassian.com/cloud/trello/rest/

It is free to use the API, you just need an API key and a token representing a user you work as. This video show you how to to get these: https://youtu.be/ndLSAD3StH8

You can use the rest API to create/update/delete things in Trello and/or listen to event from them using Webhooks

You did not mention your programming languagebut if you are using C# for your code I've made a handy Nuget package to do it all that you can get here: https://www.nuget.org/packages/TrelloDotNet

If you are using other languages like php, js, python, or other try searching their respective package sources... Or use the API directly with http calls (it is a rather simple api to use so you will soon get the hang of it)

Happy coding 😎

IT _ Conroy_s El Cajon
January 27, 2025

Thanks for responding. My question is I have API in Node.JS. And how can link with Trello to create automatic order card on dashboard whenever new order comes in or placed in?

POST api/V1/Order

Body Parameters available

Resource Description available

Request Formats available like JSON, HTML, xml

Rasmus Wulff Jensen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 27, 2025

You will need to use the "Create a card" endpoint described here: https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post (they have a node example)

Like • IT _ Conroy_s El Cajon likes this
IT _ Conroy_s El Cajon
January 27, 2025

Thank you for helping. It is really helpful. 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events