Google Apps Script has a UrlFetchApp
method capable of creating a card in Trello.
How can it be used to create/modify cards in trello?
Google Apps Script has a UrlFetchApp
method capable of creating a card in Trello.
How can it be used to create/modify cards in trello?
Using the
sendHttpPost
example from the docs forUrlFetchApp
and the docs for the Trello API, I came up with this:Disclaimer: I haven't tested this. I've never written a Google App script or used the Trello API.