Shopify paid order alert (Shopify → Slack → Google Sheets)
Résumé rapide
Déclencheur
Shopify - Search Orders
Étapes
3
Shopify - Search Orders → Slack - Create Message → Google Sheets - Add Row
Lanes
2
Intégrations
Google Sheets, Shopify, Slack
Code 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"]
}