Bienvenue sur FlowZap, l'application pour créer des diagrammes avec Rapidité, Clarté et Contrôle.

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.

Code FlowZap complet

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

Modèles associés

Retour à tous les exemples