Skip to content
Start free trial

Follow-Up Reminders

Workflow editor showing the Overdue Task Alert with On Schedule trigger

Deals go cold when follow-ups slip through the cracks. HARi CRM lets you automate follow-up reminders so your team never forgets to reach out.

This workflow creates a task reminder when a deal has not been updated for a set number of days.

  1. Go to Settings > Workflows
  2. Create a new workflow
  3. Name it “Stale Deal Follow-Up”
  4. Set the Entity to Opportunity
  5. Set the Event to On Schedule (runs on a time-based schedule)
  6. In the IF section, add conditions:
    • stage is not closed_won
    • stage is not closed_lost
    • updated_at is more than 7 days ago
  7. In the THEN section, add an action: Create related record
    • Target entity: Task
    • Subject: “Follow up on {{record.name}}”
    • Owner: the opportunity’s owner
    • Due Date: today
  8. Save and activate

Instead of (or in addition to) creating a task, you can send a notification:

  1. In the THEN section, add a Send notification action
  2. Set the recipient to the deal owner (literal user ID or {{record.owner_id}})
  3. Write a message: “Your deal ‘{{record.name}}’ has not been updated in 7 days. Time to follow up!”

The notification appears in the bell icon in HARi’s top bar.

You can adjust the “7 days” threshold to match your sales cycle:

  • Fast-moving sales (SaaS, retail): 3 days without activity
  • Medium cycle (professional services): 7 days
  • Long cycle (enterprise, real estate): 14 days

Create multiple workflows with different intervals for different deal values or stages.

When a sales rep follows up, they should log the activity on the deal record. This updates updated_at and resets the reminder timer. Activities can include:

  • Adding a comment
  • Sending an email
  • Logging a call
  • Moving the deal to the next stage