Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

Order ops → risk check → alert + ledger (Shopify → Slack/Sheets)

快速摘要

触发器
Shopify - New Paid Order
步骤
6
流程
Shopify - New Paid Order → Code - Compute margin + tag VIP customers → IF: High-risk / high-value? → Slack - Post Order Alert (#ops) → Google Sheets - Append Order Row
泳道
3
集成
Google Sheets, n8n, Shopify, Slack

FlowZap 代码

commerce { # Commerce
n1: rectangle label:"Shopify - New Paid Order" system:"Shopify"
n2: rectangle label:"Code - Compute margin + tag VIP customers" system:"n8n"
n3: diamond label:"IF: High-risk / high-value?" system:"n8n"
n1.handle(right) -> n2.handle(left) [label="Order payload"]
n2.handle(right) -> n3.handle(left) [label="Scoring"]
}

ops { # Ops
n4: rectangle label:"Slack - Post Order Alert (#ops)" system:"Slack"
n5: rectangle label:"Slack - Post Message (#fraud-review)" system:"Slack"
n3.handle(bottom) -> ops.n4.handle(top) [label="No → Normal"]
n3.handle(right) -> ops.n5.handle(left) [label="Yes → Review"]
}

accounting { # Accounting
n6: rectangle label:"Google Sheets - Append Order Row" system:"Google Sheets"
ops.n4.handle(right) -> accounting.n6.handle(left) [label="Log order"]
ops.n5.handle(bottom) -> accounting.n6.handle(top) [label="Log flagged"]
}
FlowZap - Not another Diagramming tool - Order ops → risk check → alert + ledger (Shopify → Slack/Sheets) | n8n 工作流示例.