Sending data from make.com to Bubble

Am working on automation in make. I have already sent the data (query) to the make.com, used openai to get the results. Now I have take the result what OpenAi has generated that is there in make.com and display it on my webapp in bubble. Also i need to add that response into my database. Can somebody guide me to achieve this please.

I recommend you to use bubble bot. Go to bubble.io, you’ll find it at the bottom right. You can also attach screenshots and explain everything you need. Guaranteed success.

If you want to save the response to your database then use the Bubble Module directly and created/update a thing.

Make sure you’ve got Data API enabled in the API settings section of your Bubble app.

Tip: Do it for both live and dev versions of your app.

There are 2 ways to do this:

  1. You either use Bubble’s API to edit database entries directly in your app
  2. You set up a backend API to receive the data sent from Make and use it how you see fit (Make sure to set this up in a secure manner to prevent abuse)

This topic was automatically closed after 70 days. New replies are no longer allowed.