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

Payment received → accounting sync (Stripe → QuickBooks → Gmail)

快速摘要

触发器
Stripe - Watch Events (payment succeeded)
步骤
3
Stripe - Watch Events (payment succeeded) → QuickBooks - Create Invoice → Gmail - Send an Email
泳道
2
集成
Gmail, QuickBooks, Stripe

FlowZap 代码

stripe { # Stripe
n1: rectangle label:"Stripe - Watch Events (payment succeeded)" system:"Stripe"
n2: rectangle label:"QuickBooks - Create Invoice" system:"QuickBooks"
n1.handle(right) -> n2.handle(left)
}

finance { # Finance
n3: rectangle label:"Gmail - Send an Email" system:"Gmail"
n2.handle(bottom) -> finance.n3.handle(top) [label="Invoice created"]
}
FlowZap - Not another Diagramming tool - Payment received → accounting sync (Stripe → QuickBooks → Gmail) | Make.com 自动化示例.