ALREADY HERE LLC
MANAGED IT + FIELD OPERATIONS
Field Service2026-09-18

How to Build a Free AI‑Powered Client Intake & Drafting Workflow for Small Businesses in 2026

Turn Manual Intake and Proposal Writing Into a Streamlined AI Process

You run a small service business—perhaps a design studio, a consulting boutique, or a local repair shop. Every day you field emails, phone calls, and web‑form submissions, then spend hours turning those raw requests into polished proposals or estimates. The work is repetitive, prone to errors, and often stalls because a single person must draft, review, and send each document.

By the end of this guide you will have a fully deployable, free‑tool workflow that:

  1. Captures client requests automatically.
  2. Generates a first‑draft proposal using an AI text model.
  3. Routes the draft to a designated human reviewer for approval.
  4. Sends the approved document to the client and schedules a follow‑up reminder.

You’ll also receive a checklist of failure‑point checks so you can keep the process reliable even when the free tiers of the tools you use hit limits.


The Tool Stack You’ll Use (All Free in 2026)

| Function | Free Tool (2026) | Why It Fits | |----------|------------------|-------------| | Form intake | Google Forms | Unlimited responses, easy embed on website, integrates with Zapier. | | Automation trigger | Zapier (Free plan) | Up to 100 tasks/month, supports multi‑step Zaps, connects Forms → OpenAI → Docs. | | AI drafting | OpenAI ChatGPT (free tier) | Generates coherent business text; free tier offers enough tokens for modest daily volume. | | Draft storage & collaboration | Google Docs | Real‑time editing, permission controls, native integration with Zapier. | | Human review & task tracking | Trello (Free) | Simple board with “To Review”, “Approved”, “Sent” columns. | | Email delivery | Gmail (via Zapier) | Sends drafts to clients, can add CC for internal records. | | Follow‑up reminders | Google Calendar (via Zapier) | Auto‑creates reminder events after email is sent. |

Tip: If you already have a Microsoft 365 or Notion subscription, you can swap Google Docs for Word Online or Notion pages—just adjust the Zapier actions accordingly.


Step‑By‑Step Implementation

1. Build the Client Intake Form

  1. Open Google Forms and create a new form titled “Service Request”.
  2. Add fields that capture the essential information for a proposal:
    • Name (short answer)
    • Company (short answer)
    • Email (short answer, set to validate email format)
    • Service Needed (multiple choice or dropdown)
    • Project Details (paragraph)
    • Budget Range (optional)
  3. Turn on “Collect email addresses” to ensure you have a reliable reply‑to address.
  4. Click “Send”, copy the share link, and embed the form on your website or share it in a QR code on printed materials.

2. Connect the Form to Zapier

  1. Log into Zapier and click “Create Zap”.
  2. Trigger: Choose Google Forms → New Form Response and select the form you just built.
  3. Test Trigger to confirm Zapier receives a sample response.

3. Prompt the AI to Draft a Proposal

  1. Action 1: Add OpenAI → Create Completion.

  2. Set Model to gpt-4o-mini (the free tier’s default).

  3. In the Prompt field, craft a template that uses the form fields. Example:

    Write a professional service proposal for a client named {{Name}} from {{Company}}.  
    Service requested: {{Service Needed}}.  
    Project details: {{Project Details}}.  
    Suggested budget: {{Budget Range}}.  
    Include:  
    1. Brief introduction  
    2. Scope of work (3‑5 bullet points)  
    3. Timeline (weeks)  
    4. Pricing estimate (use the budget range if provided)  
    5. Call to action for next steps.  
    Keep the tone friendly but business‑like.  
    
  4. Test Action – Zapier will send the sample data to OpenAI and return a draft text.

4. Store the Draft in Google Docs

  1. Action 2: Choose Google Docs → Create Document from Text.
  2. Set Document Title to Proposal – {{Name}} – {{Service Needed}}.
  3. Paste the AI output from the previous step into the document body.
  4. Turn on “Share with specific people” and add the email of your designated reviewer (e.g., reviewer@yourbiz.com).

5. Create a Review Task in Trello

  1. Action 3: Add Trello → Create Card.
  2. Choose the board and list named “To Review”.
  3. Card Name: Review proposal for {{Name}}.
  4. Card Description: Include the Google Docs link and a brief note: “Check for accuracy, adjust pricing if needed, then move to Approved.”
  5. Assign the card to the reviewer.

6. Human Review & Approval

Your reviewer receives a Trello notification, opens the Google Doc, makes any necessary edits, and then moves the card to the “Approved” list. This manual step is the human approval point that prevents AI hallucinations from reaching the client.

7. Send the Approved Proposal via Email

  1. Trigger: Add a Trello → Card Moved to List trigger, watching the “Approved” list.
  2. Action 1: Gmail → Send Email.
    • To: {{Email}} (from the original form)

    • Subject: Your {{Service Needed}} Proposal – {{Your Business Name}}

    • Body: A short note, e.g.,

      Hi {{Name}},
      
      Thank you for reaching out. Please find attached the proposal we discussed. Let me know if you have any questions or would like to schedule a call.
      
      Best,  
      [Your Name]  
      [Your Business]  
      
    • Attachment: Use the Google Docs link as a “Link” (Gmail can embed the URL) or, if you prefer a PDF, add a Google Drive → Export File step before emailing.

  3. Action 2: Google Calendar → Create Event.
    • Set Title: Follow‑up with {{Name}} – {{Service Needed}}.
    • Date/Time: Choose +3 business days after the email is sent.
    • Description: Include the original proposal link for quick reference.

8. Optional: Capture Client Feedback

If you want a loop for client acceptance, add a Google Form “Proposal Feedback” link at the bottom of the email. Use another Zap to move the Trello card to a “Closed – Won” or “Closed – Lost” list based on the client’s response.


Decision Framework: When to Keep a Human in the Loop

| Situation | Recommended Human Touch | Reason | |-----------|--------------------------|--------| | Standard service request with clear scope | Review only for pricing accuracy | AI can draft well; human ensures numbers align with policy. | | High‑value contracts (> $10k) | Full read‑through and sign‑off | Financial risk warrants extra scrutiny. | | Sensitive data (PII, health info) | Manual verification before AI sees it | Prevents privacy breaches; free AI tiers may store data. | | Complex technical proposals | Subject‑matter expert review | AI may hallucinate technical details. |

Use this matrix to decide whether to add extra review steps or keep the workflow as described.


Trade‑offs and Risks

  1. Free‑Tier Limits – Zapier’s 100‑task/month cap can be reached quickly if you handle many requests. Mitigation: batch low‑priority requests or upgrade only when volume justifies cost.
  2. AI Hallucinations – Even the latest models can generate inaccurate pricing or legal language. The human review step is non‑negotiable for any proposal that includes contractual terms.
  3. Data Privacy – Free OpenAI accounts may retain prompt data for model training. If you handle personal identifiers, consider anonymizing fields before sending them to the AI or use a self‑hosted open‑source model (e.g., Llama 3) on a low‑cost cloud VM.
  4. Reliability of Triggers – Zapier occasionally experiences delayed triggers. Build a “Zap Failure” email alert (Zapier → Email) that notifies you if any step errors out, so you can intervene manually.

Worked Hypothetical Example

Business: “PixelCraft Design” – a boutique graphic design studio handling ~15 proposals per month.

Assumptions:

  • Average proposal length: 400 words.
  • Each proposal requires 1 Zapier task for the Form trigger, 1 for the OpenAI call, 1 for Google Docs creation, 1 for Trello card, 1 for Gmail send, 1 for Calendar event = 6 tasks per proposal.
  • Monthly Zapier free quota: 100 tasks.

Calculation:

Tasks per proposal = 6  
Monthly proposals = 15  
Total tasks = 15 × 6 = 90

PixelCraft stays within the free Zapier limit, leaving a buffer of 10 tasks for occasional ad‑hoc automations (e.g., a follow‑up email after a lost proposal).

If the studio grows to 30 proposals/month, tasks rise to 180, exceeding the free tier. At that point, the owner can either:

  • Upgrade to Zapier’s Starter plan (cost per month) – a predictable expense.
  • Reduce steps by removing the Calendar reminder (saves 1 task per proposal) and handle follow‑ups manually.

Failure‑Point Checks (What to Verify Before Going Live)

  1. Form Validation – Ensure required fields are truly required; test with incomplete submissions.
  2. Zapier Task Count – Monitor the “Task History” dashboard for the first week to confirm you stay under the free limit.
  3. AI Prompt Accuracy – Run 3–5 test submissions and compare drafts against a human‑written baseline. Adjust the prompt wording if the AI omits key sections.
  4. Document Permissions – Verify the reviewer can edit the Google Doc but the client cannot access it before approval.
  5. Email Deliverability – Send a test email to a personal address; check that the link works and that spam filters don’t block it.
  6. Calendar Event Timing – Confirm the follow‑up event appears on the correct date and time zone.
  7. Error Alerts – Add a final Zapier step: Email → Send Failure Notification to your inbox if any step returns an error.

Next‑Action Checklist

  • [ ] Create the Google Form with all required fields.
  • [ ] Set up a Zapier Zap: Form trigger → OpenAI → Google Docs → Trello.
  • [ ] Invite the designated reviewer to the Google Doc and Trello board.
  • [ ] Add the Trello → Gmail and Google Calendar actions for the “Approved” list.
  • [ ] Run 3 pilot submissions; adjust the AI prompt until drafts meet quality standards.
  • [ ] Enable the Zapier error‑email
Request IT SupportSame-Day Onsite Help