Understand what you are selling
An automation agency does not sell “AI.” It removes a measurable operational bottleneck. The client pays for fewer manual steps, faster response, lower error rates or better visibility.
Start with one niche
Pick a market you can reach and understand: dental clinics, real-estate offices, training companies, e-commerce brands or B2B agencies. Interview at least five operators. Ask what they copy between systems, what waits in inboxes, and which mistakes cost money.
Do not automate a process that nobody owns, rarely occurs or constantly changes. First record its monthly volume, average handling time and current error rate.
Choose the right platform
Plan limits and prices change. Check official pricing before committing a client; never base a long-term quote on a remembered price.
Open and secure the accounts
Create a dedicated business email; do not use a client employee’s personal inbox.
Register through the official link and verify email ownership.
Enable multi-factor authentication wherever available.
Create a separate team or organization for each client when the platform allows it.
Ask the client to create app connections; never request their plain-text password.
Record connection owner, granted permissions, renewal date and removal procedure.
CRM · email · forms
least privilege
alert + audit trail
Map before touching the tool
Use a table with six columns: event, input, rule, action, owner and exception. Below is the lead workflow we will build.
{"name":"Ayşe Yılmaz","company":"Örnek Ltd","email":"ayse@example.com","need":"Teklif taleplerini hızlandırmak istiyoruz","consent":true}Build the first scenario in Make
Create the scenario
Log in, select Scenarios, choose Create a new scenario and rename it “Lead Intake — Pilot v1”. Naming matters when a client has dozens of workflows.
Add the trigger
Choose Webhooks → Custom webhook → Add, name it lead_intake_v1 and copy the generated URL. Do not publish this URL in screenshots or public documents.
Capture a sample
Click Run once, submit the test form and confirm that Make displays one bundle. Inspect every field; if consent is text instead of a Boolean, normalize it before using it in a filter.
Add validation filters
Require a non-empty email, consent=true and a meaningful need field. Create a second route for invalid submissions that logs the reason without entering the CRM.
Create the CRM record
Connect the client CRM through its official OAuth window. Search by email before creating a contact. Update an existing record instead of creating duplicates; attach the raw submission ID for traceability.
Test and schedule
Run valid, invalid and duplicate samples. Inspect Scenario History, then save and activate the scenario. Make’s official guide explains planning, modules, mapping, testing and scheduling in sequence. Official Make walkthrough ↗
Add AI only where judgment is useful
- Summarize the stated need
- Classify into a fixed category list
- Draft a follow-up for human review
- Rejecting a customer automatically
- Inventing budget or company facts
- Sending an unreviewed commitment
Production prompt
SYSTEM:
You classify inbound B2B requests. Use only the supplied text.
Return valid JSON. Do not infer budget, identity or intent.
ALLOWED CATEGORIES:
["sales_automation","support_automation","reporting","other"]
OUTPUT:
{"category":"","summary":"","confidence":0,"needs_human_review":true}
RULE:
If evidence is missing or confidence is below 0.80, set needs_human_review=true.Parse the JSON, validate allowed values, and route low-confidence results to a person. Never connect free-form model output directly to a consequential action.
Test, observe and recover
Keep the scenario inactive until all tests pass. Set alerts for repeated failure, rising operation cost and growing human-review backlog.
Package and price honestly
Separate one-time implementation from recurring platform costs and care. The client should know who pays Make/n8n/Zapier and AI usage, what the monthly support includes, and the response time for failures.
One workflow
- Process map
- Prototype
- Test report
Controlled launch
- Error handling
- Documentation
- Monitoring
Monthly operations
- Alerts and fixes
- Cost review
- One improvement cycle
Find the first client without spamming
- Create a two-minute demo using synthetic data; never expose another client’s information.
- Contact businesses where you observed the exact bottleneck. Mention the process, not generic “AI transformation.”
- Offer a paid discovery or narrowly scoped pilot with a measurable success condition.
“I noticed quote requests are collected through the website but the first response can take a day. I built a small demo that validates each request, creates a review task and preserves human approval before contact. If reducing first-response time is a priority, I can map the current process in a 25-minute call.”
Three portfolio projects you can reproduce
Lead response and appointment queue
Problem: Website and ad leads wait in separate inboxes; agents respond inconsistently.
What you build
- Two test forms with valid and invalid records
- Routing table for district and property type
- Human-approved first-response template
- Dashboard: lead count, response time, exception rate
Return request triage
Problem: Support agents repeatedly look up order status and copy policy text.
What you build
- Synthetic order database with ten cases
- Approved return-policy knowledge document
- Escalation for damaged, legal or high-value cases
- Correction log for wrong AI classifications
Weekly client performance report
Problem: Analysts spend Friday copying metrics and writing nearly identical report summaries.
What you build
- Sample advertising and CRM datasets
- Deterministic KPI calculation sheet
- Narrative prompt that cannot alter numbers
- PDF/email preview and approval checkpoint
Use synthetic or explicitly permitted data. Show the process map, test evidence and measured result—not a screenshot of colorful nodes with no business context.
Deliver so the client is not trapped
Your next concrete action
Choose one niche, conduct five interviews and map one workflow with real volume and time data. Do not buy several tools or build an agent before this evidence exists.
Open the workflow builder