Bubble
Bubble integration on indie.money — no-code app development platform
Written By pvdyck
Last updated About 3 hours ago
Bubble
⬜ Community — Available, not yet validated
Overview
Interact with your Bubble no-code app's data via the Bubble Data API. Create, read, update, and delete objects (database records) in your Bubble application.
Authentication
API Key via Secure Vault. Connect via the credential configuration modal when deploying an agent that uses this node.
Resources & Operations
Object
Parameters
- Type Name — The Bubble data type (table) name (required for all operations).
- Object ID — The unique ID of the object (required for Get, Delete, Update).
- Properties — Key-value pairs of fields to set (Create, Update).
- Filters — Filter criteria for Get All (field, operator, value).
- Sort — Sort field and direction for Get All.
Tips
- The Type Name is automatically normalized (spaces removed, lowercased) to match Bubble's API format.
- Use Get All with filters to query your Bubble database without building custom API workflows in Bubble.
- Combine with trigger nodes to sync Bubble data with external systems in real time.
Status
This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.