Overview
In the fast-paced world of IT consulting and automation, efficiency is key to staying competitive and providing exceptional value to clients. At Value Added Tech, we recognized an internal need to streamline and automate our project proposal creation process. This need was driven by the desire to rapidly onboard new clients and compose project proposals in an efficient manner. Leveraging the power of Airtable, Webflow, Make.com, and ChatGPT, we developed a sophisticated automation solution that significantly enhanced our proposal creation workflow.
Challenges
Before implementing the automation solution, our project proposal creation process was time-consuming and labor-intensive. It typically required the effort of two team members working for one to two hours to generate a comprehensive proposal. This manual process was not only inefficient but also limited our capacity to quickly respond to new client inquiries and opportunities.
Solution
To tackle these challenges, we designed an automation system using a combination of Airtable, Webflow, Make.com, and ChatGPT. The key components of our solution are outlined below:
Airtable Interface for Data Input and Storage
Airtable served as the cornerstone of our solution, providing a structured interface for inputting and storing data. Sales managers could easily enter project estimates, highlights, and other relevant information into Airtable. The interface was designed for simplicity and efficiency, ensuring that all necessary details were captured accurately.

Automated Data Creation Using ChatGPT
One of the standout features of our system was the use of ChatGPT to automatically generate project proposal data from a prompt. Sales managers only needed to provide an estimate and key highlights, and ChatGPT seamlessly distributed this information into specific fields within Airtable. This automation ensured that all essential data points were captured without manual intervention.
Validation and Syncing to Webflow
After the data was entered into Airtable, sales managers could review and validate the information. Once approved, a "sync" button triggered the automatic creation of a password-protected Webflow page dedicated to the potential client. This Webflow page was crafted specifically for each client, presenting all relevant project highlights, terms, and other pertinent information in a professional and personalized manner.
Implementation Details
Our automation solution followed a structured implementation plan to ensure smooth integration and optimal results. The steps involved are detailed below:
- Initial Assessment: We conducted an initial assessment to identify bottlenecks and areas for improvement in our existing proposal creation process. This helped us pinpoint the specific requirements for the new automation system.
- Development: Leveraging the capabilities of Airtable, Webflow, Make.com, and ChatGPT, we developed the custom solution. This involved creating a centralized data structure in Airtable, integrating ChatGPT for automated data creation, and setting up the Webflow sync process.
- Testing and Validation: Rigorous testing was carried out to ensure the accuracy and reliability of the automation. We made iterative adjustments based on feedback from the sales team to fine-tune the system.
- Deployment and Training: Once validated, the system was deployed, and comprehensive training was provided to the sales team to ensure smooth adoption. Ongoing support was also offered to address any issues or questions that arose during the initial stages of use.
Results
The implementation of the automated project proposal creation system led to remarkable improvements in our workflow and efficiency. Key results included:
- Significant Time Savings: The automation reduced the time required to create project proposals from one to two hours to under 30 minutes. This allowed our team to reallocate their time to more strategic tasks.
- Increased Conversion Rate: The personalized and professional Webflow pages for potential clients enhanced our proposal presentations, resulting in a 30% increase in conversion rates.
- Streamlined Workflow: The seamless integration of data input, validation, and web page creation streamlined the entire proposal creation process, minimizing the risk of errors and ensuring consistency across proposals.

Conclusion
The automation of our project proposal creation process using Airtable, Webflow, Make.com, and ChatGPT exemplifies the power of innovative technology solutions in driving operational efficiency and business growth. By automating repetitive and time-consuming tasks, we were able to enhance our responsiveness to client inquiries, improve the quality of our proposals, and ultimately achieve better business outcomes. This project serves as a testament to the transformative potential of automation in the realm of IT consulting and project management.
Contact Us: To explore how Value Added Tech can help your business achieve similar efficiencies and growth, contact us at sales@vatech.io.
How the Make.com Scenario Actually Works
The automation runs as a single Make.com scenario with 11 modules. Here's the exact sequence:
Trigger: An Airtable automation watches for records in the "Proposals" base where the Status field changes to "Ready to Sync". When triggered, it sends a webhook to Make.com with the record ID.
Module 1 — Airtable: Get Record. Make.com fetches the full proposal record using the record ID from the webhook. This pulls all fields: client name, company, project scope, estimated hours by phase, key deliverables, pricing, and the sales manager's notes.
Module 2 — OpenAI: Create Completion. The proposal data is formatted into a structured prompt and sent to GPT-4. The prompt instructs the model to:
- Rewrite the project scope as a client-facing narrative (2–3 paragraphs, no internal jargon)
- Generate 3–5 bullet points summarizing key deliverables
- Write a one-paragraph "Why Vatech.io" section tailored to the client's industry
- Suggest a project timeline narrative based on the phase estimates
The output is structured JSON with named fields for each section.
Module 3 — JSON: Parse. The GPT-4 response is parsed into individual variables.
Modules 4–8 — Webflow CMS: Create Item. A new Webflow CMS item is created in the "Proposals" collection. Each field maps to a Webflow CMS field: client name, generated scope text, deliverables list, timeline narrative, pricing table data, and a password (auto-generated, 8-character alphanumeric string).
Module 9 — Webflow: Publish Item. The CMS item is published immediately, making the page live at vatech.io/proposals/[client-slug].
Module 10 — Airtable: Update Record. The Airtable record is updated with the Webflow page URL and the generated password.
Module 11 — Gmail: Send Email. An email goes to the sales manager with the proposal URL and password, ready to forward to the client.
Total execution time: 45–90 seconds depending on GPT-4 response time.
The ChatGPT Prompt Engineering That Made It Work
The first version of this system used a simple prompt: "Write a project proposal based on this data." The output was generic and required heavy editing — defeating the purpose.
The prompt that actually works is structured in three parts:
Context block: Tells GPT-4 who Vatech.io is, what types of projects we do, and the tone we use (direct, specific, no buzzwords).
Data block: The raw Airtable fields formatted as labeled key-value pairs. Structured data produces more accurate output than prose descriptions.
Instruction block: Specific output format requirements, including character limits for each section, what to include and exclude, and the JSON structure for the response.
The key constraint that improved quality most: requiring the model to use specific numbers from the data (hours, phases, deliverables count) rather than generating vague descriptions. A proposal that says "we'll complete the integration phase in approximately 3 weeks" is less credible than one that says "the integration phase covers 40 hours across 3 weeks."
What the Webflow Proposal Page Contains
Each generated proposal page is password-protected using Webflow's built-in page password feature. The page structure:
- Header: Client company name, project name, date
- Executive summary: The GPT-4 generated scope narrative
- Scope of work: Phase-by-phase breakdown with hours and deliverables
- Investment: Pricing table with phase costs and total
- Timeline: Visual timeline built from the phase estimates
- Why Vatech.io: The generated industry-specific section
- Next steps: Standard CTA with the sales manager's contact details
The page uses a Webflow template that was designed once and reused for every proposal. The CMS fields populate the variable content; the design stays consistent.
Scaling This Beyond Proposals
The same architecture — Airtable as the data layer, Make.com as the orchestration layer, ChatGPT for content generation, Webflow for the client-facing output — works for other document types:
- SOW (Statement of Work): More detailed than a proposal, generated after the client signs
- Monthly client reports: Airtable stores metrics, GPT-4 writes the narrative, Webflow publishes a branded report page
- Case study drafts: Project data from Airtable, GPT-4 generates the first draft, team edits before publishing
The pattern is the same. The prompt and the Webflow template change. The Make.com scenario structure stays nearly identical.