Bubble
Bubble

Bubble is a visual programming language and a PaaS developed by Bubble Group.

Completely Secure
43179VIEWS
2444USERS

Tools

1 of 3

Bulk Create Things

Tool to bulk create multiple Things in Bubble via newline-separated JSON. Use when you need to insert many records at once. Must have Create via API permission.

Create Thing

Tool to create a new Thing. Use when providing a complete JSON payload to add a new record.

Delete Thing By Id

Tool to delete a Bubble Thing by its unique ID. Use when you need to remove a specific record via the Bubble Data API.

Get Thing By Id

Retrieves a single Thing (record) from a Bubble Data Type by its unique ID. This is a read-only operation that fetches complete details of a specific record. The response includes all custom fields defined in the Data Type, plus standard Bubble fields (_id, created_by, created_date, modified_date). Use when you need to: - Fetch details of a specific record you know the ID of - Verify a record exists - Get the latest field values for a Thing Note: Requires the Data API to be enabled in your Bubble app settings and the specific Data Type to be exposed via the API.

Patch Thing By Id

Tool to modify selected fields on a Thing by its unique ID. Use after confirming the Thing exists.

Replace Thing By Id

Tool to replace all editable fields on a Thing by its Unique ID. Use when you need a full overwrite of a Thing's fields and reset omitted fields to default.