JSON Export/Hosting

  1. What is your feature/integration request? Make hosted data available via a url in json format
  2. What problem would this feature/integration solve? Data generated by the flow can be used in other applications and websites without manually converting it from csv to json.
  3. How do you solve/workaround this problem today? manually create json data from csv output.

I’d like to have an online order form that loads the json data generated by a flow to create the options available to the customer. Each morning the flow would be scheduled to run and the options would change based on availability. the files would be very small and hosting them wouldn’t eat much bandwidth. I’d be willing to pay for bandwidth if necessary. It would also be cool to send query parameters to the flow using the webhook option then have a json response.