IT and Development
Bubble
5min
with bubble modules, you can create, update, delete, search, retrieve, and watch data things, run workflows, and watch events to use bubble in make, you must have an existing app in a paid bubble account refer to bubble pricing for more information an exception to this requirement is for bubble accounts existing since 2020 with the api already in use refer to the bubble api documentation for a list of available endpoints connect bubble to make you must have an existing bubble app and obtain your app's api key to connect to make if you do not have an existing app, refer to the bubble building your first app documentation to obtain your bubble app's api key and establish the connection log in to your bubble account on your account homepage, select the app you want to connect to in the left sidebar, click on the settings tab in the top menu, click on the api tab in the public api endpoints section, check the boxes next to enable workflow api and backend workflows and enable data api ensure all relevant data types for the connection are checked as well click the generate a new api token button copy the private key value and store it in a safe place you will use this key in the api token field in make log in to your make account, add a bubble module to your make, and click create a connection note if you add a module with an instant tag, click create a webhook , then create a connection optional in the connection name field, enter a name for the connection select either application domain or custom domain in the domain type field if you selected application domain , enter your application name you can find this in your app's url after id= for example, if your app url is https //bubble io/page?name=index\&id=myapp 123\&tab=tabs 1 ), enter myapp 123 if you selected custom domain , enter your custom domain url for example, https //www yourcustomdomain org ) in the api token field, enter the private key copied in step 7 in the environment field, select if your app is in the development (version test) or released (live) environment click save you have successfully established the connection you can now edit your scenario and add more bubble modules if your connection requires reauthorization at any point, follow the connection renewal steps here docid\ so88fm6pkt0g adkddfzz bubble modules after connecting the app, you can perform the following actions data things create the bulk of new data things create/update a data thing delete a data thing search data things get a data thing watch data things workflows run a workflow notifications watch events create and expose new data types in bubble to create and expose new data types for your connection log in to your bubble account on your account homepage, select the relevant app in the left sidebar, click on the data tab in the top menu, click on the data types tab enter a new type name, select whether the data type will be private or visible to all, and click create click the create a new field button, enter the field information, and click create in the top menu, click on the app data tab in the left menu, select the data type you created in step 5 and click new entry fill in the entry information and click create in the left sidebar, click on the settings tab in the left sidebar, click on the api tab under enable data api , select the data type you created in step 5 you have successfully enabled the new data type for your connection