Bubble
The Bubble piece in ZBrain Flow enables seamless integration with Bubble applications, allowing you to automate data management and interact with your Bubble database effortlessly. With this connector, you can create, update, delete, and retrieve data objects (Things) directly within your workflows. This integration simplifies communication with your Bubble backend, eliminating the need for custom API setups.
How to Use Bubble in ZBrain Flow
Click on the ‘+’ button in the Flow, search for ‘Bubble,’ and select it.
Choose the required action from the available options:
‘Create Thing’ – Add a new data object.
‘Delete Thing’ – Remove an existing thing.
‘Update Thing’ – Modify an existing thing.
‘Get Thing’ – Retrieve a specific thing by its ID.
‘List Thing’ – Fetch a list of things based on type.
How to Create a Thing in Bubble
In the ‘Typename’ field, enter the name of the Bubble data type you want to create.
In the ‘Body’ section, provide the key-value pairs for the fields you want to populate.
How to Delete a Thing in Bubble
In the ‘Typename’ field, enter the name of the Bubble data type you want to delete.
In the ‘Thing ID’ field, provide the unique ID of the item to be deleted.
How to Update a Thing in Bubble
In the ‘Typename’ field, enter the name of the Bubble data type you want to update.
In the ‘Thing ID’ field, provide the unique ID of the item to be updated.
In the ‘Body’ section, define the fields and values you want to update.
How to Retrieve a Thing in Bubble
In the ‘Typename’ field, enter the name of the Bubble data type you want to retrieve.
In the ‘Thing ID’ field, provide the unique ID of the item you want to fetch.
How to List Things in Bubble
In the ‘Typename’ field, enter the name of the Bubble data type you want to retrieve a list from.
(Optional) Add constraints:
In the ‘Constraint’ field, define filtering conditions.
In the ‘Field’ section, specify the data field to apply the constraint.
In the ‘Value’ field, enter the matching value for the constraint.
In the ‘Start from’ field, enter the index number from where the list should begin.
In the ‘Limit’ field, specify the maximum number of items to retrieve.
Last updated