Trello - Web API
It appears that Catalytic has a Trello integration, but no specific Trello Actions. The Catalytic documentation says to use Web API to communicate with Trello.
On Trello's support site https://developer.atlassian.com/cloud/trello/rest/
they have a long list of REST API's. I am guessing that any of these can be used with Web API in Catalytic?
thanks,
Kevin
Answers
-
Hi @Kevin_579059.
That is correct, you should be able to use the Web API: suite of actions to interact with Trello as needed:
https://help.catalytic.com/docs/web-api-send-patch-request/
https://help.catalytic.com/docs/web-api-send-post-request/
https://help.catalytic.com/docs/web-api-send-put-request/
https://help.catalytic.com/docs/web-api-send-get-request/
https://help.catalytic.com/docs/web-api-send-delete-request/Once you've reviewed Trello's documentation, if you have any difficulty, please do feel free to get in touch with us: [email protected]
Thomas
0 -
Hi @Kevin_579059, that's correct. You should be able to use any of Trello's REST API endpoints via the Web API Action once you configure the
Integration
action param to use your Trello Integration. Here are the docs for configuring that param on the Web API GET action, but the param is the same for all API methods: https://help.catalytic.com/docs/web-api-send-get-request/#integration.Edit: I should have refreshed the page before posting! @Thomas_937381 beat me to it
0