Every missed call gets a text in 8 seconds.
"Missed-call text-back" is now a feature in every CRM. The difference is what happens when the customer replies. Most tools dump it in an inbox for you to handle later. Recall reads the reply, decides what kind of customer this is, and chains the next module — Confirm to book, Voice to call back, Stars for a review request — without you touching a phone.
What happens, and when.
Below is the canonical Recall sequence — call missed at T+0s, customer booked at T+~6 minutes — with the actual SMS bodies and the events the brain emits at each step.
Customer calls. Owner doesn't pick up.
Twilio routes the inbound. Owner is on a job site / in a meeting / driving. Call rings out and Twilio fires the status callback to Voice.
Brain decides: text them.
Orchestrator (Claude Haiku) reads the event + shared customer memory for that phone number. Looks at: Have we talked to this number before? Are they a repeat customer? Was this an after-hours call? Outputs a Recall.SendSms action with the right tone.
Recall fires the text.
Personalized to vertical and time-of-day. New customer gets a soft intro; returning customer gets recognized.
Customer replies.
Twilio inbound webhook hits /api/orbit-recall-reply. Recall emits the reply event with the raw text.
Haiku parses intent.
Orchestrator decodes the reply: {"intent":"book_appointment","service":"inspection","preferred_day":"saturday","customer_type":"new"}. Routes to Confirm.
Confirm books the slot + texts back.
Reads owner calendar, finds the next Saturday opening, writes the booking, fires the confirmation SMS.
Job complete → Stars + Invoicing kick in.
When the owner marks the job done in the dashboard, the brain chains Stars.SendReviewRequest + Invoicing.SendPaymentLink — same number, same record, same conversation thread.
"Missed-call text-back" vs Recall.
The phrase is the same. The system underneath is the difference between a tool that sends a text and a system that runs the front of the business.
Generic missed-call text-back
- Sends a fixed template — same text for every customer.
- Reply lands in a separate inbox for the owner to read later.
- No memory: a customer who's called 5 times gets the same intro as a stranger.
- No handoff: even if the customer says "book me Saturday," nothing happens until a human reads the inbox.
- Doesn't know about reviews, jobs, invoices, or scheduling — just SMS.
Orbit Recall
- Text body adapts to vertical, time-of-day, and customer history.
- Reply parsed by Haiku in ~1s — no inbox queue.
- Shared memory: returning customer is greeted by name, prior job referenced if relevant.
- Book intent routes straight to Confirm — appointment booked while owner is still on the job site.
- Lives on the same brain as Voice, Stars, Scout, Confirm — same customer record across all of them.
The text you don't want to send.
Recall ships with four built-in rules that prevent customer-experience and compliance accidents — the kind that get small businesses into TCPA trouble or one-star reviews. None of these are toggles. They are how Recall works.
STOP is forever
- If a number has ever sent STOP / UNSUBSCRIBE / CANCEL — to any of your 15 verticals — Recall will not text it again.
- Re-subscribe is opt-in only: customer texts START to come back.
- Logged to
CallLogasrecall_skipped_optoutso you can prove honoring on demand.
No triple-text on burst dials
- Same caller hits voicemail 3 times in 5 minutes? They get ONE text, not three.
- 10-minute dedupe window per (business, caller) pair.
- Saves the SMS spend and avoids the "stop spamming me" reply.
Quiet hours, customer-local
- The first text-back fires immediately — that's the whole point.
- But the +4h and +20h follow-ups defer until 8am in your timezone.
- No 2am text. No "why is my plumber buzzing my phone at midnight."
AI-disclosure on first contact
- First automated text identifies as the assistant in a short signoff — meets EU AI Act Art. 50 + FTC.
- Follow-ups don't repeat the disclosure — reads like a real conversation, not a robot.
- STOP wording is in every first message. One tap, customer is out.
Pick a vertical. Recall comes with it.
Orbit Recall is included in the + bizbot add-on across all 15 verticals. Or — turn it on inside any vertical's Free tier to test the SMS template before you upgrade.