Most small businesses are not bottlenecked by strategy. They are bottlenecked by coordination overhead — the 60 small handoffs every day that have to happen between sales, ops, billing, and support, and that quietly consume the founder's calendar one fifteen-minute task at a time.
Automation does not replace people. It replaces the coordination glue between people. Get the right ten workflows running, and the typical 10-person SMB recovers 8-12 hours a week of pure overhead — time that gets reinvested in the things humans should actually be spending it on.
This is the operator's list. Ten workflows that compound. For each one: what fires it, what it does, which apps touch it, and the realistic time savings I have seen in production. Build all ten in Deelo on a single Saturday morning and the rest of the year is materially different.
1. New lead auto-assign and welcome
Trigger: `crm.lead.created` (or a webhook from your form provider if the lead comes in via Typeform, Webflow, etc.). Actions: assign to a sales rep using a round-robin or territory rule, set a SLA timer to first-touch within 5 minutes, send a personalized welcome email from the assigned rep's address (not a generic info@ address), create a follow-up task for the rep with the SLA clock visible.
Apps involved: CRM, Marketing, Automation. Time saved: 5-10 minutes per lead in routing and welcome-email manual sending. At 100 leads per month, that is 8-17 hours back. The bigger payoff is the lead-response-time improvement — inbound conversion rates roughly double when first-touch happens inside 5 minutes versus the next business day, and a manual routing process almost never hits 5 minutes.
2. Invoice 7+ days overdue auto-dunning
Trigger: `invoicing.invoice.overdue` event firing daily for every invoice past due. Actions: at day 7, send a polite reminder email from the AR address with the invoice attached and a payment link. At day 14, escalate to a second email with the owner CC'd. At day 30, create a task for the owner with a templated phone-call script and pull the customer's full payment history from CRM as context.
Apps involved: Invoicing, Marketing, CRM, Automation. Time saved: 15-30 minutes per overdue invoice that you no longer have to track manually. The bigger benefit is collection rate — automated dunning typically improves on-time payment by 12-20% versus manual chasing, because the reminders go out on day 7 every time, not whenever the owner remembers on day 23.
3. Job completed review request
Trigger: `field_service.job.completed`. Actions: wait 90 minutes, send sentiment SMS, branch on rating, send public review request to all customers at the 48-hour mark regardless of branch. The full design is in the dedicated review-automation post, but the short version is that this single workflow is responsible for the difference between 38 Google reviews and 412 Google reviews for most local-services businesses.
Apps involved: Field Service, SMS, Forms, CRM, Automation. Time saved: 3-5 minutes per job in manual ask. The bigger payoff is the cumulative review velocity, which directly drives local search rankings and inbound conversion.
4. Helpdesk ticket closed CSAT survey
Trigger: `helpdesk.ticket.resolved`. Actions: wait 4 hours (long enough for the customer to confirm the resolution stuck, short enough to be in the recall window), send a one-question CSAT survey by email ("How would you rate this support interaction? 1-5"), log the rating on the ticket and the customer's CRM record. If rating is 1-2, create an escalation task for the support manager.
Apps involved: Helpdesk, Marketing, CRM, Automation. Time saved: not really about time. The value is data — most SMB support teams have no CSAT data at all, run on vibes, and discover three months too late that their second-line agent has been making customers angry. The survey closes that blind spot for almost free.
5. New customer onboarding email sequence
Trigger: `crm.contact.tagged` with `customer-new`, or `invoicing.payment.succeeded` for first invoice. Actions: enroll the contact in a 5-email onboarding sequence delivered over 14 days — day 0 welcome and quick-start, day 2 "have you done X yet," day 5 first-value check-in, day 9 power-user features intro, day 14 "here is what comes next." Each email is signed by the CSM or owner, not a generic brand name.
Apps involved: CRM, Marketing, Invoicing, Automation. Time saved: dramatic. Manual onboarding emails are the work item that gets dropped first when a team is busy. A drip sequence runs whether the team is busy or not. New-customer 90-day retention typically improves 10-25% when this workflow is in place because the first two weeks are when most churn risk gets baked in.
6. Failed payment retry + customer alert
Trigger: `invoicing.payment.failed`. Actions: log the failure, retry the charge automatically on day 2, day 4, and day 7 (Stripe's smart retry handles this if you use Stripe, but Deelo Automation can do it explicitly for finer control), send the customer a payment-update email after the first failure with a one-click link to refresh their card, escalate to a CSM task after three failures, suspend service after seven days of failed attempts.
Apps involved: Invoicing, Marketing, CRM, Automation. Time saved: this one mostly saves involuntary churn rather than minutes. SaaS companies typically lose 1-3% of monthly revenue to passive payment failure that no one ever followed up on. A clean retry-and-alert workflow recovers most of it.
7. Appointment booked confirmation, calendar add, reminder
Trigger: `bookings.appointment.created` (or webhook from Calendly/Acuity if you use an external booker). Actions: send an immediate confirmation email with the meeting details and any prep instructions, push the event to the rep's calendar via Google or Outlook integration, queue an SMS reminder for 24 hours before the meeting and another for 60 minutes before. If the appointment is rescheduled, cancel and re-queue the reminders.
Apps involved: Bookings, Marketing, SMS, Calendar integration, Automation. Time saved: 3-7 minutes per appointment in manual confirmation and reminder coordination. The bigger payoff is the no-show rate — 10-20% reduction is typical, which for a sales team running 80 demos a month means 8-16 additional held meetings.
8. Low inventory auto-reorder purchase order
Trigger: `inventory.stock.below_threshold`, fired when any SKU drops below its reorder point. Actions: pull the preferred supplier from the SKU record, generate a draft purchase order with the configured reorder quantity, route to the owner or operations manager for one-click approval, send the approved PO to the supplier by email (or webhook to a supplier portal if available), update the inventory record with the expected receive date.
Apps involved: Inventory, Procurement, Marketing, Automation. Time saved: significant for any operator running physical product. 30-60 minutes per reorder cycle in spreadsheet checks, supplier email composition, and PO tracking. Beyond time, the workflow also prevents stockouts — the most expensive inventory error, because lost sales from out-of-stock items rarely get caught in the books at all.
9. High-value deal closed CSM handoff
Trigger: `crm.deal.stage_changed` to `closed-won` with `deal.value` above a configured threshold (commonly $10k ACV or higher). Actions: create a CSM assignment task with the deal's notes, contacts, and product configuration attached, send the customer a personalized handoff email introducing the CSM by name, schedule a kickoff meeting 3-5 business days out, generate an onboarding plan document from a template populated with the deal's specifics.
Apps involved: CRM, Marketing, Bookings, Documents, Automation. Time saved: 30-60 minutes per high-value handoff. The bigger benefit is consistency — the kickoff happens for every deal, not just the ones the sales rep remembers to flag. First-90-day expansion rate on high-value accounts measurably improves with structured handoff.
10. Subscription cancelled exit survey and win-back
Trigger: `subscriptions.subscription.cancelled`. Actions: send a one-question exit survey within 4 hours of cancellation ("What's the single biggest reason you're leaving?") with a free-form follow-up field, route the response to the right team based on the answer (product feedback to product, pricing complaints to sales, support issues to CS), wait 60 days, send a win-back email with either a specific feature update or a targeted discount, route any replies to a CSM.
Apps involved: Subscriptions, Marketing, CRM, Automation. Time saved: the survey-and-routing piece saves hours of manual cancellation review. The bigger benefit is the win-back conversion — the typical SaaS win-back rate from a well-targeted 60-day re-engagement is 5-12% of churned customers, almost all of which would have been zero without the workflow.
Build order for a single Saturday morning
If you sit down with coffee at 9 AM and want all ten running by lunchtime, here is the order that minimizes context-switching and gets you the fastest cumulative payoff.
Start with #1 (new lead auto-assign) and #3 (job completed review request) — these are the two that drive the most direct top-line revenue in the next 30 days, so getting them first means the rest of the day's work is paying for itself by Monday. They also share the same Marketing and SMS app setup, so you only configure templates once.
Next do #7 (appointment workflow) and #5 (onboarding sequence). Both lean heavily on the Marketing app's template editor, so you stay in one mental mode.
Then #2 (overdue invoice dunning) and #6 (failed payment retry) — both touch Invoicing and CRM, similar testing pattern.
Then #4 (CSAT) and #10 (exit survey) — both are simple single-question survey loops with conditional routing.
Finish with #9 (CSM handoff) and #8 (inventory reorder) — the most app-specific, so save them for when you have the rest in muscle memory.
Every workflow should be tested with a single real record before flipping to active. Most failures in production come from skipping the test step, hitting a missing field in a real event, and not finding out until a customer notices something is broken three days later.
What changes after these ten are running
The change is not that any single workflow is dramatic. The change is that the compounding effect of every routine handoff happening automatically, every time, on schedule, in the right order, with the right context attached, removes a whole category of operational friction from the day-to-day.
Owners I have watched ship the full set describe the same shift in different words. The feeling of constantly forgetting something goes away. The Sunday-night dread of "did anyone follow up on those three leads from Thursday" goes away. The slow-bleed mistakes — the missing review request, the overdue invoice that aged into uncollectible, the cancelled customer who never got asked why — stop being part of the operating cost of the business.
That is what automation does for a small business. It is not magic. It is just the discipline of doing the work once and then having the work done forever. Open Automation, start with #1, ship by lunch.
Small business automation FAQ
- Which of these 10 should I build first?
- Lead capture and routing, every time. It's the highest-leverage workflow because every later workflow (qualification, follow-up, deal-to-onboarding) depends on having clean lead data in the system from minute one. Most businesses lose 30-50 percent of inbound leads to either slow response or data sitting in form-submission email inboxes nobody reads. A 30-minute investment in lead capture automation typically recovers more revenue in the first month than any of the other nine workflows combined.
- How long does it take to build all 10 workflows?
- 20-40 hours spread over 4-6 weeks for a non-technical operator, less if you're using an all-in-one platform with templates. Build one per week, monitor it for a week, then move to the next. The biggest mistake is trying to build everything at once — you'll create automations on top of broken processes and end up with a tangle of half-working flows. Sequence matters: capture, qualify, follow-up, then operational automations (invoicing, review requests, CSAT), then advanced (churn signals, expansion plays).
- Do I need a developer for any of this?
- For the 10 workflows in this post, no. Modern no-code platforms (Deelo, Zapier, Make) handle every workflow described without a line of code. Where you might pull in a developer is for custom integrations with niche industry software (older field-service tools, regional accounting platforms) that don't have native or webhook integrations. Most SMBs never hit that wall. Even when they do, hiring a contractor for 5-10 hours to build the bridge is cheaper than running the manual process for 6 months.
- How much can these workflows realistically save?
- 5-15 hours per week per person for a small team running most of the 10. That's not a marketing number — it's the consistent range we see across Deelo customers who fully implement the basic stack. The bigger win is what those hours unlock: faster lead response (10-20 percent more closed deals), proactive review collection (higher local search rank), and earlier churn detection (5-10 percent better retention). The hours saved are valuable; the revenue from doing the work better is more valuable.
Build all 10 in Deelo
Every workflow in this list runs natively in Deelo across CRM, Helpdesk, Invoicing, and Marketing apps. Start free and ship your first automation in under 30 minutes. No credit card required.
Start Free — No Credit CardRelated pages
Explore More
Related Articles
Best Personal Injury Case Management Software in 2026
A head-to-head comparison of the top personal injury case management platforms in 2026. Lien tracking, medical record management, demand letters, contingency math, and settlement distribution compared across Clio, MyCase, Filevine, CASEpeer, PracticePanther, Smokeball, and Deelo.
12 min read
How-ToHow to Start a Plastic Surgery Practice: Complete 2026 Guide
A step-by-step guide to launching a plastic surgery practice in 2026. Licensing, credentialing, facility setup, liability insurance, patient pipeline, operations software, and first-year revenue targets.
14 min read
Best OfBest Podcast Management Software in 2026
The top podcast management platforms compared for 2026. Descript, Captivate, Buzzsprout, Transistor, Riverside, and Deelo — features, pricing, and the angle each takes for professional podcasters.
11 min read
ComparisonDeelo vs ServiceTitan: The Honest 2026 Comparison
A genuinely fair side-by-side comparison of Deelo and ServiceTitan for field service businesses. Pricing, features, strengths, weaknesses, and who each platform is really built for.
12 min read