Connect with Bubble users from around the world, get answers to your questions, and learn how to build better with Bubble. Taking a bubble custom data type and parsing into JSON is trickier…harder to deal with related data fields and fields that are optional sets. I’m not expecting bubble to roll out a feature of :parse as JSON as has been suggested is being mulled over by bubble.

Understanding the Context

It will likely land into the pile of technically too difficult and be left to rest. Hey everyone, I’m Nick, a product manager at Bubble. This morning, the API Connector has been moved from a hidden plugin to its own tab in the Editor! The main goals for this update include increasing the discoverability of the API connector, adding light interface improvements, and making technical investments for easier future iterations.

Key Insights

Over the next few months, we’d love to get your ... A New Home for the API Connector - New features - Bubble Forum Planned database maintenance: Friday, Mar 6 – Saturday, Mar 7 Hi everyone, If you don’t know me, I’m Fede, the community manager here at Bubble. I want to give you a heads-up about some planned maintenance that will temporarily limit certain editor actions next week. What’s happening We’re upgrading our Postgres databases. AWS is ending support for the version we currently run, so ...

Final Thoughts

Connecting to Bubble via mcp-remote MCP clients communicate via stdio (standard input/output), but Bubble only provides HTTP APIs. To bridge this gap, I use mcp-remote - an official npm library by Anthropic that translates between the two protocols. Users don’t need to install anything. The MCP client configuration looks like this: { "command ... The Bubble API | Bubble Docs The Data API allows other systems to search for, read, create, modify and delete data in your application’s database via a RESTful interface. But you can search the forum too for how to send file to Bubble API… The way to send file in data or workflow API is the same.

How do I upload a file from an external API and save it to bubble ...