Never Let a Lead Go Cold: AI Follow-Up Nudges
By the end of this recipe, no deal will sit forgotten in your pipeline — the moment a lead goes quiet, Copera AI nudges the rep who owns it with a personalized follow-up that's ready to send. Because your pipeline and your team chat live in one workspace, the AI can spot the stale row and reach the right person directly, instead of hoping someone notices the deal slipping.
Readiness: Available now (built as an Automation). The version where a named sales teammate watches the whole pipeline and follows up on its own is rolling out in early access.
What it does
Deals rarely die from a hard "no." They die from silence — a promising lead that no one circled back to, buried under this week's new ones. This recipe makes silence impossible to miss.
The automation watches each deal's last-contacted date. When a lead has gone quiet longer than your threshold — say, seven days — it:
- Checks the deal is still open (won and lost rows are skipped).
- Drafts a short, personalized follow-up from the deal's context — who the contact is, what was last discussed, what stage it's in.
- Direct-messages the rep who owns it with that draft, so they can review, tweak, and send in seconds.
The rep stays in control of what the customer sees; the AI just makes sure the follow-up never falls through the cracks — and never starts from a blank page.
Build it yourself
On your sales pipeline board, make sure each deal row has an owner (an assigned user), a stage field, and a Last contacted date field. That last-contacted date is the signal the whole recipe runs on — update it whenever a rep touches the deal. See Creating a Board if you're starting fresh.
In Automations, add a Date reached trigger on the Last contacted field with an after offset — for example, 7 days after. This fires for a specific deal exactly one week after its last touch. (You can also use the "N days after last comment" option if you track activity as comments on the row.)
Add a condition (a row filter) so the flow only continues when the stage is still open — not "Won," "Lost," or "On hold." No one wants a nudge to chase a closed deal.
Add an AI → Generate step that writes a short follow-up message from the deal's fields — the contact name, the last note, the stage. Prompt it for tone: "Write a warm, brief check-in the rep can send to re-open this conversation."
Add a Send direct message action to the deal's owner, including the drafted follow-up and a link to the row: "⏰ This deal has been quiet for a week — here's a follow-up ready to send." Optionally add a Set field action to flag the row "Needs follow-up" so it's visible on the board too.
Prefer a daily sweep to per-deal timers? Swap the trigger for a Schedule (say, 8 AM daily) and open with a Find rows action that returns every open deal whose last-contacted date is more than 7 days ago, then a For each loop over them. Same outcome, one flow that catches the whole pipeline each morning.
Or just ask Copera AI
Want the state of play right now, without building anything? Open Ask Copera AI and ask:
"Look at our Sales Pipeline board and list every open deal that hasn't been contacted in over a week. For each one, draft a short follow-up I could send and tell me which rep owns it."
Ask Copera AI reads the board, finds the quiet deals, and drafts the follow-ups on the spot — a fast way to triage the pipeline on a Monday. Ask it to DM each owner and, with Ask before acting on, it shows you each message before it sends. See What Copera AI Can Do for the actions it can take.
Make it a standing teammate
Standing AI teammates are rolling out gradually. When one reaches your workspace, a named sales teammate can own follow-through for the whole pipeline: watch every deal, notice the ones going cold, draft the outreach, and nudge each owner — on its own, under its own identity. Until then, the automation above does this today. Everything here can be built now as an Automation.
Tips
Keep the rep in the send loop. Nudging the owner with a draft — rather than emailing the customer automatically — keeps a human on anything the prospect sees. It's the safest way to move fast without an off-key message going out under a rep's name.
Let leads flow onto the board on their own. New inquiries can land as rows automatically: trigger row creation from a web form, an inbound webhook, or a received email. A current board is what makes the stale-lead detection trustworthy.
Tier your thresholds by stage. A brand-new lead going quiet for 3 days matters more than a long-term account at 14. Build a second automation with a tighter window for early-stage deals so the hottest leads get chased first.
Frequently Asked Questions
How does Copera find leads that have gone cold?
It watches a date on each deal's row — the last-contacted date, or the last comment date. When that passes your threshold, such as seven days, the automation fires for that lead and nudges its owner. Only open deals are considered.
Does it message the customer or the rep?
By default it nudges the rep who owns the deal with a ready-to-send follow-up they review and send, keeping a human in the loop on anything that reaches the prospect. You can add a step to email the customer directly after approval.
Does the AI write the follow-up message?
Yes. An AI step drafts a short, personalized follow-up from the deal's context — the contact, the last conversation, the stage — so the rep starts from a fitting message, not a blank box.
Where do the leads live?
On a pipeline board in Copera, one row per deal. New leads can flow on automatically from a web form, an inbound webhook, or a received email, so the board stays current without manual entry.
Can I catch the whole pipeline at once instead of per deal?
Yes. Use a daily Schedule trigger with a Find rows action that returns every open deal past your quiet threshold, then loop over them. It's the same outcome as a per-deal timer, run as one morning sweep.
Related
- Automations — date-reached triggers, conditions, and AI generate steps
- Ask Copera AI — triage the pipeline and draft follow-ups on demand
- Creating a Board — set up the pipeline board this recipe runs on
- Copera for Client Communication — the wider outreach workflow
- Invoice & AR Chaser — the same nudge pattern applied to overdue payments
- What You Can Build with Copera AI — the full playbook