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

Quote generator delivery (Airtable → Google Drive → Gmail)

A Make.com automation scenario that triggers when an Airtable quote record is updated, uploads the generated PDF document to Google Drive for centralized storage, and sends the quote to the client via Gmail. This sales automation reduces quote turnaround time and ensures every proposal is archived and delivered consistently.

Full 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"]
}

Related templates

Back to all examples