有 Trello 分享 URL 吗?

Is there a Trello Share URL?

我想知道 Trello 上是否有 URL,我可以在其中 post 来自其他应用程序的一些文本(无需使用 API)- 类似于 Facebook 分享 URL.

例如:

https://trello.com/share?title=New+Task&text=Lorem+ipsum+dolor+sit+amet

会告诉我我的板子并列出将新卡放入的位置吗?

是的,有:

https://trello.com/add-card?name=Hello%20World&desc=this%20works

只需传递 namedesc 作为查询参数。