Bubble App Connector question

Hey all.

I have successfully connected 2 apps and am able to post / create data from one to the other. However, when wanting to update/ edit data from one app to the other, I cant seem to see how to do that.

Any ideas?

All the best!

Hi Kris

From my understanding, you need to:

  • Enable the Data API in App A (the app you are reading and writing data from)
  • Add the API connector to App B
  • In the API connector in App B, create a Post request to the endpoint for the data type you wish to create or update in App A. (e.g. POST https://appname.bubbleapps.io/api/1.1/obj/typename)

See
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api
https://manual.bubble.io/core-resources/api/the-bubble-api/the-data-api/data-api-requests

1 Like