Bubble
Business appsBearer tokenAPI keycredential probe
Create, read, modify, delete and search things in a Bubble app's database over its Data API (v1.1).
OCNORA ships 5 typed Bubble operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 5
- Create ThingCreate one record of a data type in the connection's Bubble app.bubble.create_thing
- Delete ThingPermanently remove one record; the data type needs 'Delete via API' in its privacy rules.bubble.delete_thing
- Get ThingRead one record of a data type by its Bubble unique id.bubble.get_thing
- Modify ThingChange only the named fields on one record, leaving the rest alone.bubble.modify_thing
- Search ThingsRead a page of records of a data type, optionally filtered and sorted.bubble.search_things
More in Business apps
Run your first Bubble workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.