Issue #01 — The Missed Call That Texts Itself Back
The 7:10pm call you'll never get back
It's 7:10 on a Tuesday. A few streets over, a woman is watching water run down the wall behind her water heater. She Googles your trade, taps the first number, and calls.
You don't pick up. You're at dinner, or under a sink, or driving with the radio up. It rings out.
She doesn't leave a voicemail — almost nobody does anymore. She taps the next result. By the time you notice the missed call, she's already booked the guy who answered.
That call was worth real money, and you lost it on timing alone. This newsletter exists to plug leaks exactly like that one.
Welcome to Steal This System. Every Tuesday I hand you one automation you can actually build — plain steps, the exact tools, the exact scripts. No hype, no "10x your revenue," no fake screenshots. I run a small automation agency, so these are the same systems I install for paying clients; I just don't mind showing you how to wire up the simple ones yourself. My one rule: if an issue isn't good enough to forward to another owner you know, I wasted your time. Hold me to it.
Today's build has the fastest, most obvious payback for anyone whose customers still pick up the phone — Missed-Call Text-Back. You can have it live before the weekend. (Grabbed the free template when you subscribed? This issue is the x-ray of how it actually works — so you can tweak it, not just run it.)
Your missed-call log is a list of people who tried to pay you
Here's what makes a missed call the most expensive thing on your phone: the person calling is the best lead you'll get all week.
Think about it. They didn't fill out a form. They didn't click an ad and go cold. They pulled out their phone and called a stranger — which people only do when they're ready to buy, right now. Intent doesn't get higher than that.
And the only reason you lost them is that you were holding a wrench instead of a phone.
I'm not going to hit you with a made-up "78% of callers never ring back" stat — you don't need my number, you have your own. Open your phone and scroll your missed calls from the last month. Every entry is someone who wanted to hand you money and couldn't reach you. That's the leak. Everything below is the plug.
The System: an instant text, from your number, while their phone's still in their hand
Missed-Call Text-Back does exactly what it says: the second a call goes unanswered, the caller gets an automatic text from your business number — usually inside a minute.
Something like:
"Hi, this is Sam at AtlasWorks — sorry I missed your call, I'm with a customer. What do you need help with? I'll text you right back."
The whole trick in one line: the caller still has the phone in their hand. You're reaching them in the exact ten seconds they were trying to reach you — not two hours later. A text takes zero effort to answer, so instead of moving on, they reply. Now you're in a conversation instead of in their missed-call graveyard.
Under the hood it's five steps:
`
Missed call ─▶ your Twilio number ─▶ n8n webhook
│
wait ~60 seconds
│
┌─────────────┴─────────────┐
▼ ▼
text the caller back log them to a
(from your number) Google Sheet
`
It quietly does three jobs at once: it saves the lead, it makes you look responsive and on top of things, and it moves the conversation to text — where you can reply between jobs without playing phone tag.
Steal it: two ways to build it this week
Pick the lane that matches how hands-on you want to be.
Lane A — Flip a switch (non-technical, ~15 min)
If you'd rather not build anything, this feature ships built-in with most all-in-one CRMs made for local businesses (GoHighLevel and the platforms built on it). You turn on "Missed Call Text Back," type your message, done. It costs more per month than the DIY route, but it's the fastest path and it drops every lead into a CRM. If you already pay for one of these, go check today — you may already own this and not know it.
Lane B — Build it yourself with Twilio + n8n (~1 afternoon, a few dollars/month)
Cheaper and fully in your control. The flow:
- Get a Twilio number. Sign up for Twilio, buy a local number with Voice + SMS enabled (about a dollar a month, then a fraction of a cent per text).
- Forward only your unanswered calls to it. On your business cell, turn on conditional call forwarding — the "when busy" and "when no answer" kind, not "forward all calls." Your phone still rings normally; only the calls you don't pick up roll over to Twilio. (Steps vary by carrier — search "conditional call forwarding + [your carrier]." Confirm it passes the original caller's number through; nearly all do.)
- Hand the call to n8n. Point the Twilio number's voice webhook at an n8n webhook. You can have Twilio play a short "leave a message" greeting too, so it still works like voicemail for the folks who want it.
- Build the 5-node n8n workflow:
- Webhook — receives the call info from Twilio.
- Set — grab the caller's number (the
Fromfield). - Wait 60 seconds — so the text feels human, not robotic.
- Twilio → Send SMS — text your message to
From(n8n has a native Twilio node; drop in your credentials). - Google Sheets → Append Row — log the caller + time so you can measure results later.
- Test it. Call your business number from another phone, don't answer, and confirm the text lands. Fix, repeat.
Not an n8n person? The identical flow works in Make or Zapier — same nodes, same idea.
Once it's live, add one branch: Wait 1 hour → if no reply → send a gentle follow-up. That second touch recovers more than you'd expect.
The texts to send (steal these word-for-word)
The message matters more than the tech. Keep it short, human, and end with a question so there's something easy to reply to.
Immediate reply (within ~1 minute):
Hi, it's [Name] at [Business] — sorry I missed you, I'm with a customer right now. What can I help you with and I'll text you right back?
Follow-up if no reply after ~1 hour:
Just circling back in case my last text got buried — still happy to help whenever you've got a sec. What were you looking for?
After-hours version:
Hi, it's [Name] at [Business] — thanks for calling, we're closed for the night. Text me what you need and I'll get you sorted first thing tomorrow.
Want versions tuned to your business? Paste this into Claude or ChatGPT:
`
You're helping a [type of business] in [city] write missed-call text-back messages.
When we miss a call, the caller gets an automatic text.
Write 3 versions:
1) Immediate reply (send within 1 minute): under 160 characters, includes our
business name, asks one simple question to keep them talking.
2) Follow-up if no reply within an hour: under 160 characters, no pressure.
3) An after-hours version of #1.
Tone: [warm and casual / professional]. No emojis, no salesy exclamation points.
Sound like a real person named [Name].
`
Two rules: no emojis (they read as mass-marketing) and never more than two sentences. It should feel like you thumbed it out between jobs — because soon, the automation makes it look exactly like that.
The Numbers: what it costs vs. what it saves
What it costs to run (Lane B):
- Twilio number: ~$1.15/month
- Texts: under a cent each (~$0.0079 per SMS in the US) — miss 100 calls in a month and that's still well under a dollar in messages
- n8n: free if you self-host, or ~$20-24/month for their cloud starter
- Make or Zapier instead: both have free tiers that comfortably cover this
Call it under $5/month if you self-host, or ~$25/month all-in on cloud tools. Lane A (GoHighLevel-style) runs ~$97/month and up — but that's a whole CRM, not just this one automation.
What it returns — run your own numbers, not mine:
I won't promise you a revenue figure, because I don't know your average ticket and I'm not going to invent one. Here's the honest math to run yourself:
(jobs you claw back per month) × (your average job value) − (~$5–25 to run it)
If your average job is worth $300 and this recovers just two callers a month who'd otherwise have vanished, that's $600 back on a $5 build. But those are your numbers — which is exactly why Step 4 logs every caller to a sheet. Put it in place, check it in two weeks, and you'll have the receipts in your own spreadsheet instead of in my marketing copy.
How to do this without being creepy (or breaking the law)
Honest note: I'm not a lawyer, and if you start doing this at volume you should check the current rules (in the US that's TCPA and carrier territory). But here's the sane version:
- You're in the safe zone when you're replying to someone who just called you. They contacted you first; texting back to help with their question is a normal business response, not cold marketing. Keep that first reply about their inquiry.
- Always say who you are — your name + business in the first text. No mystery numbers.
- Keep it 1:1 and relevant. This is a conversation, not a broadcast.
- The moment you go past the helpful reply — promos, "we miss you" blasts, anything ongoing — the rules tighten. Add "Reply STOP to opt out," actually honor it, and get clearer consent before you message anyone.
Do the simple, helpful version and you'll be appreciated. Turn it into spam and you'll get blocked and reported. Don't be that business.
Your move this week
The whole thing in one line: make it so nobody who calls you ever hears silence again.
This week:
- Pick your lane (A or B).
- Write your three texts — or generate them with the prompt above.
- Get it live and test it with your own phone.
- Add the simple log — date, caller, did they reply, did they book — and check it in two weeks.
Some of those callers were just price-shopping, and they're gone either way. But some were ready to buy and only needed you to reappear before they moved on. Recover a few of those a month and this pays for itself many times over.
If you build it, hit reply and tell me how it went — I read every response.
P.S. — If your problem isn't missed calls but *finding* customers in the first place, the $27 Cold Email Vault is the exact templates and targeting I use to book agency calls from a cold list. It's here: https://atlasworksai.gumroad.com/l/mtgyhg