I would add to this that lately I've been making great use of Tana's ability to send HTTP requests from any node. I make some workflows in n8n that interpret data from Tana when I execute the command in Tana.
However, the output format of this data is very hard to work with, given it's all just... string with spacing. Having a proper output API would also enable really cool custom workflows within Tana itself, given that we could easily:
- Press a button in Tana that sends an HTTP request with data from Tana.
- Get data back a few seconds later without ever leaving Tana.
How does it work currently, in terms of getting data back after sending the HTTP Request from Tana?
Can something be handed back there, or is the only way that the other platform then sends a call to Tana Input API with the response?