Bulk Create ThingsTool to bulk create multiple Things in Bubble via newline-separated JSON.
Create ThingTool to create a new Thing.
Delete Thing By IDTool to delete a Bubble Thing by its unique ID.
Get Thing By IDRetrieves a single Thing (record) from a Bubble Data Type by its unique ID.
Patch Thing By IDTool to modify selected fields on a Thing by its unique ID.
Replace Thing by IDTool to replace all editable fields on a Thing by its Unique ID.
Download FileTool to download a file given its URL.
Create Temp FileTool to upload bytes as a temporary file to Cloudflare R2 and return an S3 key.
Upload FileTool to upload a file to Bubble storage.
Get Bubble API Swagger JSONTool to retrieve the auto-generated Swagger JSON for enabled APIs.
Get OAuth Access TokenTool to exchange an authorization code or refresh token for an OAuth2 access token.
OAuth AuthorizeTool to initiate OAuth2 authorization flow for Bubble.
Bubble OAuth Register AppTool to validate/initialize OAuth application credentials with Bubble.
Trigger Bubble Workflow via GETTrigger a Bubble API workflow using an HTTP GET request.
Trigger Bubble Workflow via POSTTriggers a Bubble API workflow by name using a POST request.