Shopify paid order alert (Shopify → Slack → Google Sheets)
快速摘要
触发器
Shopify - Search Orders
步骤
3
Shopify - Search Orders → Slack - Create Message → Google Sheets - Add Row
泳道
2
集成
Google Sheets, Shopify, Slack
FlowZap 代码
shopify { # Shopify
n1: rectangle label:"Shopify - Search Orders" system:"Shopify"
n2: rectangle label:"Slack - Create Message" system:"Slack"
n1.handle(right) -> n2.handle(left)
}
audit { # Audit
n3: rectangle label:"Google Sheets - Add Row" system:"Google Sheets"
n2.handle(bottom) -> audit.n3.handle(top) [label="Order summary"]
}