Skip to main content

Bubble

Bubble.io integration for managing Things via the Data API and triggering backend Workflows via the Workflow API. Provides full CRUD on Things (Create, Get, Update, Delete), formula-style Search with constraints, sorting and pagination, BulkCreate for batch inserts (up to 100 items), and Workflows.Run for calling public API workflows. Supports Bubble-hosted apps (via app name + development/live environment) as well as custom domains and local base URLs. Authentication is per-node via an API Token credential, with an optional Connect/Disconnect pair for session-based reuse.

NamespaceRobomotion.Bubble
Version1.1.0
CategoryDev Tools, Automation & Workflow
Nodes10

Nodes

NodeDescription
ConnectOpens a connection to Bubble and returns a Client ID.
DisconnectCloses a Bubble connection.
Create ThingCreates a thing in Bubble.
Get ThingGets a thing in Bubble.
Update ThingUpdates a thing in Bubble.
Delete ThingDeletes a thing in Bubble.
Search ThingsSearches things in Bubble.
Bulk Create ThingsBulk Create Things — see the properties below.
Run WorkflowRuns a workflow in Bubble.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

9 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Create Thing, Get Thing, Update Thing, Delete Thing, Search Things, Bulk Create Things, Run Workflow.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.