Bubble is a visual programming language and a PaaS developed by Bubble Group.
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.
Tool to create a new Thing. Use when providing a complete JSON payload to add a new record.
Tool to delete a Bubble Thing by its unique ID. Use when you need to remove a specific record via the Bubble Data API.
Tool to retrieve a single Thing by its unique ID. Use when you need to fetch a specific record from a Bubble Data Type by providing its type and ID.
Tool to modify selected fields on a Thing by its unique ID. Use after confirming the Thing exists.
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.