I was wondering if there is an URL on Trello where I can post some text from other app (without using API) - something like Facebook share URL.
For example:
https://trello.com/share?title=New+Task&text=Lorem+ipsum+dolor+sit+amet
would show me my boards and lists where to put new card into?
YES there is:
https://trello.com/add-card?name=Hello%20World&desc=this%20works
just pass name
and desc
as query parameters.