OCNORA

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 Thing
    Create one record of a data type in the connection's Bubble app.
    bubble.create_thing
  • Delete Thing
    Permanently remove one record; the data type needs 'Delete via API' in its privacy rules.
    bubble.delete_thing
  • Get Thing
    Read one record of a data type by its Bubble unique id.
    bubble.get_thing
  • Modify Thing
    Change only the named fields on one record, leaving the rest alone.
    bubble.modify_thing
  • Search Things
    Read a page of records of a data type, optionally filtered and sorted.
    bubble.search_things

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.