Missed Call Text Back (Universal)
Twilio number forwards to their business line. If they don't answer in 25 seconds, an SMS auto-fires within 60 seconds capturing the lead before they call a competitor. Industry stat: 62% of missed business calls never call back.
This blueprint is free. Copy the master prompt below, build it with your own time, and the only outlay is a few low-cost tool subscriptions. Use it inside your own business, or sell it to clients. The numbers further down are what you can charge, not what you pay.

Missed Call Text Back
Read the articleWho you sell it to
Any local service business that takes inbound phone calls and loses leads to voicemail. Especially powerful for businesses where the owner runs the phone (one-person operations) or where staff are frequently away from the desk (field crews, in-treatment, dining service). Plumbers, roofers, electricians, HVAC, salons, dentists, restaurants, lawyers, realtors.
Every business that owns a phone number can use this.
If you sell it, here is the money picture:
The first tile is the value of your client's own jobs, which is the reason they will pay you. The other two tiles are what you charge them.
How it works
A Twilio number gets pointed at the business's real line. When a call comes in, Twilio attempts to dial through. If nobody answers in 25 seconds (or it goes to voicemail), Twilio fires a webhook to a Base44 backend function which immediately sends an SMS to the caller.
The SMS is custom to the business's vertical and qualifies the lead with smart questions. Customer replies are captured in a real-time dashboard. The business owner gets a phone notification for every reply.
This recovers leads that would otherwise be lost to whoever the caller dials next.
What to expect
This build is mechanically simpler than the vision-based tools, no image generation, no complex AI rendering, no large database seeding. But it has one major moving piece that trips up most non-technical operators: Twilio's webhook configuration happens OUTSIDE Base44, in the Twilio console.
Expect Base44 to finish building in 8-12 minutes. The first build will create the entities, the three backend functions, the admin dashboard, and the auto-reply logic. Likely follow-up prompts you'll need to send:
If the SMS isn't firing after a missed call: "The handleMissedCall function isn't sending the SMS reply. Check: (1) the function is correctly parsing the Twilio webhook params (From, To, CallStatus, CallSid), (2) the Twilio Connector is sending SMS using the correct From number from Settings, (3) the function is logging the outbound SMS to the SmsLog entity. Add console.log statements at each step so I can debug from the function logs panel."
If the dedup isn't working (duplicate SMS replies): "The CallSid deduplication isn't preventing duplicate SMS sends. Twilio fires the Status Callback multiple times for some call states. Add a strict check: before sending any SMS, query the MissedCall entity for an existing record with this exact CallSid.
If found, return early without sending. Use call_sid as a unique index on the MissedCall entity."
If inbound SMS replies aren't appearing in the dashboard: "The handleInboundSms function isn't linking replies to the original MissedCall. Adjust the linkage logic: when an inbound SMS arrives, query MissedCall for the most recent record where caller_phone matches the SMS From number AND created_at is within the last 48 hours. If found, link this reply to that record.
If not found, create a new sms_only record."
If the owner isn't getting their notification SMS: "The owner notification isn't firing. Verify the Settings entity has owner_personal_phone populated. The handleMissedCall function should send a second outbound SMS via Twilio API to that number after sending the customer auto-reply.
Use a distinct message format so the owner can distinguish customer texts from system notifications."
The biggest gotcha: the Twilio webhook configuration. This isn't a Base44 problem, it's a Twilio console step the operator does AFTER the Base44 app is built. The Phase 1 playbook walks through it step by step.
If the operator skips that step, nothing fires at all (no errors, just no activity). Make sure they complete every step in 1.5 through 1.7.
Master prompt
You are an expert full-stack builder. Build a production-ready tool that… (the complete master prompt, custom input fields, build phases, pricing guidance and sales script are part of this blueprint.)
Build phases
Required tools
The AI builder
The app builder. Builder plan required for backend functions with public HTTP endpoints.
Builder plan starts at $50/mo
Sign upTwilio
Phone number, voice call forwarding, SMS messaging, webhook delivery.
$15 trial credit, then $1.15/mo per phone number + per-message/minute fees (~$30-100/mo at moderate volume)
Sign upStripe
Only if you bill the business owner via Stripe instead of invoicing directly.
Free setup, 2.9% + 30¢ per transaction
Sign upAppBuild.DIY (Vibes)
Wraps the owner's mobile-first admin dashboard (Inbox, conversation view, Today's Numbers) into native iOS/Android apps plus a polished PWA, with native push notifications so the owner gets an instant lock-screen alert the moment a new missed-call lead or SMS reply comes in, faster and more reliable than the Twilio owner-notification text alone, especially for field crews with spotty signal. Handles branding and app store submission.
Free up to 10 users, $49/mo for 1,000 users, $99/mo unlimited
Sign up