Automatically processes new orders added to Google Sheets. Small orders are approved instantly; large orders trigger an HTML email with one-click Approve / Reject links — each handled by an independent webhook, so multiple orders can be reviewed simultaneously without blocking each other.
What makes this different
Unlike Wait-node designs that block when multiple orders queue up, this workflow uses a stateless token pattern: each order gets a unique token written back to the sheet. Approval links carry the token; the handler validates it on every click — safe, idempotent, and fully concurrent.
Key features
Integrations
Google Sheets · Gmail · LINE Messaging API · n8n Webhook
Required sheet columns
orderId · customerName · amount · approvalToken · status
💡 Want more automation templates?
👉 https://jasonchuang0818.gumroad.com/l/n8n-content-automation-bundle