Skip to content

Bubble

Caution

IMPORTANT NOTE: Bubble does not allow you to use API on free plans unless you have an old account where it was activated since approximately 2020 and you already used it. So make sure you don't have a new free Bubble account with which you trying to create a connection.

61d5a997b2655.png

Getting started with Bubble

To begin using any of the Bubble modules, you need to first connect your Bubble account to Ibexa Connect. If you do not have a Bubble account yet, you can create one on bubble.is.

Step 1: Create a Data Type called mytable

61d5a99a04961.png

  • Click the Data tab and under Data Types, enter mytable alongside New type and click the Create button as shown below:

61d5a99b33b15.png

Step 2: Next, with Mytable selected as the data type, click on Create a new field , enter 'email' as the field name and choose text as the type:

61d5a99c4f8e3.png

61d5a99d7278e.png

Step 3: Under the App Data tab, click All mytables and create a record with your email by clicking the New entry button:

61d5a99e705d8.png

Step 4: Expose the API endpoints and the Data Type and copy your Private Key:

Click the Settings*tab and under *API, select the checkboxes as shown. Please note that you must select the mytable*checkbox along with the *Workflow API and Data API endpoints as shown below. Copy the Private Key to your clipboard as you will need it in the next step.

61d5a99fa46c5.png

Step 5: Head over to your Ibexa Connect Scenario to add the Bubble connection.

  • Select the Watch data things module as the trigger

| 61d5a9a0d15d5.png |

  • Click on Add and enter required values as follows:
Connection name Enter a name for the connection.
Domain Type Select whether you want to use the Application Domain or Custom Domain. Then fill the field below accordingly.
Application Name Enter the Bubble application name. \<applicationName>.bubbleapps.io
Custom Domain URL Enter the URL of your custom domain you are using for Bubble.
API Token Enter the Private Key obtained in step 4.
Environment Select whether you want to connect to Development (version-test) or Released (live) version.

61d5a9a1ebf57.png

Click on Continue to complete the connection and proceed to build your scenario.

Please Note: If you need to access any Data Type from an Ibexa Connect Scenario, it is mandatory to expose that Data Type on Bubble as shown in Step 4 above.

Additional Resources:

Learn how to create a data thing or a bulk of data things on Bubble from a third-party service such as a Google Sheet

Learn how to send data to Ibexa Connect as JSON via an action in a Bubble workflow using the API Connector plugin