Learn how to build powerful server-side logic in Bubble using backend workflows with clear steps that boost performance and automate your app.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
Backend workflows in Bubble let you run logic on Bubble’s servers instead of in the browser. You use them for things like delayed actions, processing data in bulk, sending webhooks, or running logic securely. To build server‑side logic, you create a Backend Workflow, define its parameters, add backend actions inside it (like making changes to the database or calling APIs), and then trigger it either from the front end, another workflow, or on a schedule.
A backend workflow is simply a workflow that runs without involving the user’s browser. Bubble executes it on its server. That means:
Go to the left menu → Backend → Workflows. If you don’t see it, enable “Backend workflows” in Settings → API.
You create a new API Workflow. Think of it as a function that accepts inputs and runs logic.
// Example: Passing an Order’s unique ID into a backend workflow
// Front-end workflow action: Schedule API Workflow
order_id = Current User's Cart's Order's unique id
scheduled date = Current date/time + minutes: 5
If you understand how to: create a backend workflow, add parameters, add actions, and schedule it, you can build nearly all server‑side logic in Bubble.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence