Hey everyone! I’m just curious if it’s possible to have my app act as an end point for other apps to make request to?
Essential I want to design something that requires to receive get request from other Bubble apps. Is that possible?
Hey everyone! I’m just curious if it’s possible to have my app act as an end point for other apps to make request to?
Essential I want to design something that requires to receive get request from other Bubble apps. Is that possible?
Yes it’s possible. Data and backend API
Yes. Easy! I haven’t used Zapier, Pabbly or Make (Integromat) since 2021, because I use Bubble to create the endpoints (webhooks) when needed.
The current limitation is not being able to “generate a random inbound” webhook address, like you can with the other platforms and map the fields but you can definitely use this platform hands down.
Yes it’s possible. Configuration in Settings/API.
Yes it’s definitely possible. You can use the data and backend API. But based on your needs, bubble might not be the best option to go with.
Essential I want to build an app that connects to other bubble apps and it get some type of data that tells it when those apps have been worked on. It’s a working idea so forgive me if it doesn’t make sense.
Essential I want to build an app that connects to other bubble apps and it get some type of data that tells it when those apps have been worked on. It’s a working idea so forgive me if it doesn’t make sense.
Would those options be the solution?
Essential I want to build an app that connects to other bubble apps and it get some type of data that tells it when those apps have been worked on. It’s a working idea so forgive me if it doesn’t make sense.
Is it possible with those API connections?
Of course you can actually have your Bubble app act as an endpoint for other apps. Bubble’s API workflows can be used to create ‘APIs’ so people other apps can send GET (or even POST) requests to your app. First of all, just go to the ‘API’ section in the settings, enable the API workflows, and add endpoints you want.