Bubble Apps as tools for another CMS

Hi,

For example, building an app with Bubble and then adding to another website’s tools collection made with a different CMS.

Though API may not be possible, what is needed here is that the Bubble app holds, and processes the main tools. The WP site uses webhook to post and retrieve data from this Bubble app.

Here’s how we envision the integration unfolding:

  1. Building the Bubble App: We’ll start by developing the core functionality of our tools within the Bubble app. Using Bubble’s no-code development environment, we can quickly bring our ideas to life and iterate on them as needed.
  2. Data Management in Bubble: The Bubble app will serve as the central hub for our tools, handling data storage and processing. We’ll configure the Bubble database to store information about each tool, including its name, description, features, and other metadata.
  3. Setting Up Webhooks: To enable communication between our Bubble app and WordPress website, we’ll set up webhooks in Bubble. These HTTP callbacks will trigger actions in response to events, such as adding, updating, or deleting a tool. By configuring webhooks, we can ensure that data flows smoothly between the two platforms.
  4. Integrating with WordPress: On the WordPress side, we’ll develop custom functionality to receive data from the Bubble app via webhooks. This involves creating endpoints or custom routes within our WordPress theme or plugin to handle incoming webhook requests. Once data is received, we’ll process it accordingly and update the tools collection on our website.

How feasible is this?