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

Quote generator delivery (Airtable → Google Drive → Gmail)

Quick summary

Trigger
Airtable - Update Records
Steps
3
Step outline
Airtable - Update Records → Google Drive - Upload a File → Gmail - Send an Email
Lanes
2
Integrations
Airtable, Gmail, Google Drive

FlowZap Code

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"]
}
Quote generator delivery (Airtable → Google Drive → Gmail) | Make.com Automation Examples