Wow! Thanks for this tutorial! Clear and easy to understand explaination! You helped me a lot in my real project to share the bubble data with customers via API
Thanks for this great video ! I try to make the same with an additional image field. Impossible to have a succes. Do you have this case in head to solve the issue ?
Hi there, amazing video. Really helpful for a beginner like myself. Is it possible to fetch data from a MySQL database and upload it to the bubble data sets?
I got the following information after click 'post' on PostMan. Does it mean I need to pay to upgrade my plan on this bubble API? "This application does not expose an API. Please upgrade your Bubble subscription for your API calls to run."
@@AntiCodeBerlin I am having the exact same problem, it seems that the Free Plan's API does not work. If you go to Settings>>App Plan and select Free there is this message "● This plan does not let you use the API your application exposes."
Do you need pay version to use this? What if you have a webhook from a 3rd party you cannot edit it, it just send the json string with defined values, do i have to add those fields exaclty in the bubble database? or would it better to handle this on the backend workflow? The raw request from jotform webhook looks like this: {"slug":"submit\/231635164844061","q3_Name":"sd","preview":"true","validatedNewRequiredFieldIDs":"\"No validated required fields\"","path":"\/submit\/231639864844061"} the variable i want is q3_Name. By the way jotform doesnt ask me for any api token to send. i know i can do this wit zappier but i want it to be more directo with bubble.
Wow! Thanks for this tutorial! Clear and easy to understand explaination! You helped me a lot in my real project to share the bubble data with customers via API
Absolutely enjoying these videos on Bubble! Started learning it last week and these have been really useful. Thanks a lot!
Good to hear!
Thanks! I was missing the "Bearer" prefix on the Authorization key, and seeing this example helped me get it to work!
excellent application ... can I use postman to do advanced searches in more than one table of my application at the same time?
How about using other constraint than id in the get data request?
Thanks for this great video ! I try to make the same with an additional image field. Impossible to have a succes. Do you have this case in head to solve the issue ?
Can you manipulate data in your database using bubble interface?
can you link where the more info is on the filters mentioned toward the end?? can't seem to find anywhere thanks!!
Great help! Thanks a lot. I've been trying to get phone contact list form the android native app to the web view via api.
Nice. Appreciate your concision!
Yes you are the very best🎉😊
how to get data by specific field ? for example i want to get record by product name ?
Hi - great tutorial! Whilst using get data, is it possible to use something other than the Unique ID to search? Could I use products name etc?
Yes, absolutely
@@AntiCodeBerlin Hi, great video. Could you say how? or indicate some material? Thanks
HI. Thank you!! Please help me with parameters. I need use constraint in GET request. But but I can't get anything
Hi there, amazing video. Really helpful for a beginner like myself. Is it possible to fetch data from a MySQL database and upload it to the bubble data sets?
Yes you can!
Is it possible to test using the data api without being on a paid plan?
Greatly helpful content as always!
Glad to hear it!
Hi! Please, how can I send JSON instead of form data?
I got the following information after click 'post' on PostMan. Does it mean I need to pay to upgrade my plan on this bubble API?
"This application does not expose an API. Please upgrade your Bubble subscription for your API calls to run."
Did you expose the data api in your settings?
@@AntiCodeBerlin I am having the exact same problem, it seems that the Free Plan's API does not work. If you go to Settings>>App Plan and select Free there is this message "● This plan does not let you use the API your application exposes."
Do you need pay version to use this? What if you have a webhook from a 3rd party you cannot edit it, it just send the json string with defined values, do i have to add those fields exaclty in the bubble database? or would it better to handle this on the backend workflow? The raw request from jotform webhook looks like this: {"slug":"submit\/231635164844061","q3_Name":"sd","preview":"true","validatedNewRequiredFieldIDs":"\"No validated required fields\"","path":"\/submit\/231639864844061"} the variable i want is q3_Name. By the way jotform doesnt ask me for any api token to send. i know i can do this wit zappier but i want it to be more directo with bubble.