DashboardSign inStart your trial

Bubble

Reference

15 actions for Bubble workflows.

01. Operations

Act on Bubble from a workflow

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.

Other

15 operations

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.

Action★ Featured

Bulk Create Things

BUBBLE_DATA_BULK_CREATE_THINGS

Efficiently create multiple records in your Bubble database at once by uploading newline-separated JSON data, saving time when adding batches of information simultaneously.

5 input
Action★ Featured

Create Thing

BUBBLE_DATA_CREATE_THING

Adds 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.

5 input
Action★ Featured

Trigger Bubble Workflow via POST

BUBBLE_WORKFLOW_TRIGGER_POST

Executes 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.

3 input
Action★ Featured

Upload File

BUBBLE_FILE_UPLOAD

Store files directly in your Bubble application's cloud storage without manual uploads, making file management seamless for your app users.

5 input
Action

Bubble OAuth Register App

BUBBLE_O_AUTH_REGISTER_APP

Validates and initializes your OAuth application credentials with Bubble by confirming connectivity to Bubble's authorization endpoint, ensuring your app can securely authenticate users.

8 input
Action

Create Temp File

BUBBLE_FILE_TEMP_CREATE

Quickly upload file data to temporary cloud storage and receive a reference key you can use before saving it permanently to your database.

6 input
Action

Delete Thing By ID

BUBBLE_DATA_DELETE_THING_BY_ID

Removes a specific record from your Bubble database using its unique identifier, allowing you to clean up or permanently remove outdated or unwanted data entries.

5 input
Action

Download File

BUBBLE_FILE_DOWNLOAD

Retrieve 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.

1 input
Action

Get Bubble API Swagger JSON

BUBBLE_META_GET_SWAGGER_JSON

Retrieves the API documentation in Swagger format for all enabled APIs in your Bubble application, allowing you to understand your API structure and capabilities programmatically.

3 input
Action

Get OAuth Access Token

BUBBLE_O_AUTH_ACCESS_TOKEN

Exchange 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.

11 input
Action

Get Thing By ID

BUBBLE_DATA_GET_THING_BY_ID

Retrieves 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.

5 input
Action

OAuth Authorize

BUBBLE_OAUTH_AUTHORIZE

Initiates the OAuth2 authorization flow to enable third-party login integration with your Bubble application, returning a redirect URL for users to grant access.

10 input
Action

Patch Thing By ID

BUBBLE_DATA_PATCH_THING_BY_ID

Modify specific fields on an existing database record using its unique identifier, allowing you to update just the information you need without affecting other data.

6 input
Action

Replace Thing by ID

BUBBLE_DATA_PUT_REPLACE_THING_BY_ID

Completely 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.

6 input
Action

Trigger Bubble Workflow via GET

BUBBLE_WORKFLOW_TRIGGER_GET

Trigger 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.

3 input
What now

Use Bubble in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.