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.
| Namespace | Robomotion.Bubble |
| Version | 1.1.0 |
| Category | Dev Tools, Automation & Workflow |
| Nodes | 10 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Bubble and returns a Client ID. |
| Disconnect | Closes a Bubble connection. |
| Create Thing | Creates a thing in Bubble. |
| Get Thing | Gets a thing in Bubble. |
| Update Thing | Updates a thing in Bubble. |
| Delete Thing | Deletes a thing in Bubble. |
| Search Things | Searches things in Bubble. |
| Bulk Create Things | Bulk Create Things — see the properties below. |
| Run Workflow | Runs a workflow in Bubble. |
| Toolkit | Exposes 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.
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.