Welcome to this week's edition of the NoCode SaaS Newsletter, where I take you along on the journey to building profitable SaaS software in Bubble. This week I’ve put together a tutorial on how to handle using JSON generated by OpenAI in Bubble. The technique I share powers some of the most popular AI features in my own apps - if you can master this you can build some unbelievable things in Bubble that most people don’t think are possible.
Great read, thanks! I didn't know about the new response-format param from OpenAI.
Question: why did you choose to set up calling the API with the URL, vs using a Schedule API Workflow action? Just curious.
And related - I ran into issues when asking OpenAI to report a list of JSON objects. Since they are returned as one text variable, Bubble wasn't recognizing it as a list. I created a simple plugin to parse that list into JSON objects. Details here (https://forum.bubble.io/t/chatgpt-json-to-bubble-thing-converter/299985), happy to whitelist you for this if it would be helpful to you.
Great read, thanks! I didn't know about the new response-format param from OpenAI.
Question: why did you choose to set up calling the API with the URL, vs using a Schedule API Workflow action? Just curious.
And related - I ran into issues when asking OpenAI to report a list of JSON objects. Since they are returned as one text variable, Bubble wasn't recognizing it as a list. I created a simple plugin to parse that list into JSON objects. Details here (https://forum.bubble.io/t/chatgpt-json-to-bubble-thing-converter/299985), happy to whitelist you for this if it would be helpful to you.