Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your own connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More. |
With Bubble modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More, you can create, update, delete, search, retrieve, and watch data things, run workflows, and watch events.
To use Bubble in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, 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.
You must have an existing Bubble app and obtain your app’s API key to connect to Boost.space Integrator. 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 tokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More button.
-
Copy the Private key value and store it in a safe place. You will use this key in the API TokenThe API token is a multi-digit code that allows a user to authenticate with cloud applications. More field in Boost.space Integrator.
-
Log in to your Boost.space Integrator account, add a Bubble moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More to your scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More, and click Create a connection.
Note: If you add a module with an
instant
tag, click Create a webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers., 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 ishttps://bubble.io/page?name=index&id=myapp-123&tab=tabs-1
), entermyapp-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.
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
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.