n8
Order Pipeline
Bubble.io → n8n → Data API
Live portfolio demo · every order runs end-to-end

A working Bubble → n8n → Data API order pipeline you can trigger right now.

Place a demo order below. A backend workflow fires a webhook, an automation flow processes the payload, a confirmation email is generated, and the record is written back to the database — all live, all in front of you.

Architecture (identical to the requested Bubble + n8n stack)
Bubble App
Order created in DB
Bubble Backend Workflow
POST to webhook
n8n Webhook Node
Receives payload
n8n: Send Email
Confirmation to customer
n8n → Bubble Data API
PATCH status = processed

In this demo the "Bubble Data API" is a Postgres table, and the "n8n workflow" is a server route that runs the same 4 nodes (fetch → mark processing → send email → PATCH processed). The wiring in your production stack is identical.

Step 1

Place an order (Bubble app)

Step 2 · Live

Orders (Bubble DB, via Data API)

Realtime
No orders yet — place one on the left.
Step 3 · Live

Confirmation emails (n8n send-email node)

No emails sent yet.