Quote generator delivery (Airtable → Google Drive → Gmail)
快速摘要
触发器
Airtable - Update Records
步骤
3
Airtable - Update Records → Google Drive - Upload a File → Gmail - Send an Email
泳道
2
集成
Airtable, Gmail, Google Drive
FlowZap 代码
airtable { # Airtable
n1: rectangle label:"Airtable - Update Records" system:"Airtable"
n2: rectangle label:"Google Drive - Upload a File" system:"Google Drive"
n1.handle(right) -> n2.handle(left)
}
delivery { # Delivery
n3: rectangle label:"Gmail - Send an Email" system:"Gmail"
n2.handle(bottom) -> delivery.n3.handle(top) [label="Send quote"]
}