How can i get card reply from trello to my website after integrate ?

Yagnik Solanki January 24, 2019

I was integrated Trello api using client.js into codeigniter website.

 

I was successfully able to add card into trello from my website using trello api but now i want to get reply for that added card from trello to my website

 

I checked trello api documents but in that not given any method for that so please suggest me how can i achieve it using client.js api ?

1 answer

0 votes
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 24, 2019

@Yagnik Solanki if you want to get communication back in the other direction, you need to register a webhook. You can do this by creating a URL on your server to receive Trello notifications like:

https://www.yourdomain.com/receiver/

and registering that as a board level webhook with Trello.

https://developers.trello.com/page/webhooks

Trello will tell you everything that happens on the model you subscribe to. You can subscribe to a board, list, card, or member. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events