Bulk Create Things
BUBBLE_DATA_BULK_CREATE_THINGSEfficiently create multiple records in your Bubble database at once by uploading newline-separated JSON data, saving time when adding batches of information simultaneously.
Bubble
15 actions for Bubble workflows.
Operations are the actions a workflow can take in Bubble, grouped by category. Each lists its method, parameters, and a template you can drop it into.
This collection handles miscellaneous operations for Bubble integration, including API documentation retrieval, authentication token management, and file operations. Use these endpoints when you need to authenticate users via OAuth, manage temporary files, access API specifications, or perform direct database operations on Bubble things without using a specialized category.
Bulk Create Things
BUBBLE_DATA_BULK_CREATE_THINGSEfficiently create multiple records in your Bubble database at once by uploading newline-separated JSON data, saving time when adding batches of information simultaneously.
Create Thing
BUBBLE_DATA_CREATE_THINGAdds a new record to your Bubble database by sending complete data in JSON format, allowing you to programmatically create new entries without using the Bubble interface.
Trigger Bubble Workflow via POST
BUBBLE_WORKFLOW_TRIGGER_POSTExecutes a pre-configured backend workflow in your Bubble application by sending data to it via a POST request. This lets you trigger automated processes in Bubble from external tools without building custom integrations.
Upload File
BUBBLE_FILE_UPLOADStore files directly in your Bubble application's cloud storage without manual uploads, making file management seamless for your app users.
Bubble OAuth Register App
BUBBLE_O_AUTH_REGISTER_APPValidates and initializes your OAuth application credentials with Bubble by confirming connectivity to Bubble's authorization endpoint, ensuring your app can securely authenticate users.
Create Temp File
BUBBLE_FILE_TEMP_CREATEQuickly upload file data to temporary cloud storage and receive a reference key you can use before saving it permanently to your database.
Delete Thing By ID
BUBBLE_DATA_DELETE_THING_BY_IDRemoves a specific record from your Bubble database using its unique identifier, allowing you to clean up or permanently remove outdated or unwanted data entries.
Download File
BUBBLE_FILE_DOWNLOADRetrieve and save file content from a URL for use in your application or for testing purposes. This is useful when you need to access files stored externally or verify file functionality before processing.
Get Bubble API Swagger JSON
BUBBLE_META_GET_SWAGGER_JSONRetrieves the API documentation in Swagger format for all enabled APIs in your Bubble application, allowing you to understand your API structure and capabilities programmatically.
Get OAuth Access Token
BUBBLE_O_AUTH_ACCESS_TOKENExchange an authorization code or refresh token to obtain an access token that grants authenticated access to Bubble APIs. This enables your application to securely communicate with Bubble on behalf of an authenticated user.
Get Thing By ID
BUBBLE_DATA_GET_THING_BY_IDRetrieves a complete record from your Bubble database by its ID, including all custom fields and metadata. Use this when you need to fetch specific customer, product, or order details to display, verify, or process in your workflows.
OAuth Authorize
BUBBLE_OAUTH_AUTHORIZEInitiates the OAuth2 authorization flow to enable third-party login integration with your Bubble application, returning a redirect URL for users to grant access.
Patch Thing By ID
BUBBLE_DATA_PATCH_THING_BY_IDModify specific fields on an existing database record using its unique identifier, allowing you to update just the information you need without affecting other data.
Replace Thing by ID
BUBBLE_DATA_PUT_REPLACE_THING_BY_IDCompletely overwrite a database record's fields with new data, resetting any fields you don't include back to their default values. Use this when you need to replace an entire record rather than just updating specific fields.
Trigger Bubble Workflow via GET
BUBBLE_WORKFLOW_TRIGGER_GETTrigger server-side workflows in your Bubble app from external sources using a simple HTTP GET request, allowing you to automate business processes without manual intervention.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.