Realtime support for Bubble API

Hey :waving_hand:

Quick question: are there any plans to improve the Bubble API to support realtime data access?

Right now, if you want to listen to Bubble data changes in realtime from an external app/service, you mostly have to rely on polling or custom workarounds.

Would be super useful to have something more native like:
• websocket support
• realtime subscriptions
• server sent events
• database change listeners

Especially now that more apps need live updates by default.

Curious if this is something being considered :slightly_smiling_face:

This is already possible using API Connector and Backend WF.

You create a API Connector call to the external service endpoint with informations you want to push

You create a backend WF with database trigger event and Call the API Connector: