Hi,
I would love to see a data source for incoming JSON. Exactly the same function you have today where I can upload a JSON formatted file but I would love to post directly to it by RESTful requests.
This would let me, for example to use extensions in Zendesk and connect them to triggers. So every time that the Zendesk trigger is activated, Zendesk will send a JSON PUSH or PUT request directly to the data source in Klips. Then I can build a KLIP that is directly updated by Zendesk
A BIG plus point would also be if the request could have an option named "append". That would append the new value to the data source without deleting the old value. Then we could for example say that the data source accept a maximum of 300 updates. When 301 comes the oldest one is pushed out(round robin). Then I could also make historical views of any trigged event I want without being limited to Zendesk API.
That would be awesome!