Back to The Times of Claw

A CRM That Emails You (Or Telegrams You) Daily Briefings

DenchClaw proactively sends you daily CRM briefings via Telegram, WhatsApp, or email — no manual reports to run, no dashboards to check. Your CRM comes to you.

Mark Rachapoom
Mark Rachapoom
·7 min read
A CRM That Emails You (Or Telegrams You) Daily Briefings

A CRM That Emails You (Or Telegrams You) Daily Briefings

Most CRMs are passive. You log in, you check your pipeline, you update records, you leave. The CRM is a filing cabinet — it holds your data but doesn't tell you what to do with it.

DenchClaw is different. It can send you a briefing every morning — directly to your Telegram, WhatsApp, Discord, or email — with exactly the information you need to start your day. Your pipeline in motion. Your stale leads. Your meetings. Your follow-up queue.

Your CRM comes to you.

Setting Up Daily Briefings#

The simplest way to set up a daily briefing is to ask the agent directly:

"Send me a daily pipeline briefing every morning at 8am on Telegram. Include: (1) number of open deals by stage, (2) any deals with close dates in the next 7 days, (3) contacts I haven't reached out to in more than 14 days, and (4) my top 3 priorities for the day based on deal urgency."

The agent creates a cron job and configures the content. From the next morning, you'll receive something like:

📊 Your DenchClaw Daily Briefing — March 26, 2026

Pipeline Summary

  • 3 Prospects | $45K
  • 2 Qualified | $120K
  • 1 Proposal Sent | $85K (Acme Corp — closing March 31)
  • Total active pipeline: $250K

⚠️ Closing This Week

  • Acme Corp Enterprise Deal — $85K — closes March 31 (5 days)
  • Greenfield Tech Pilot — $20K — closes March 29 (3 days)

🕐 Overdue Follow-ups (14+ days)

  • Sarah Chen (Stripe) — last contacted March 8 [View →]
  • Marcus Williams (Databricks) — last contacted March 5 [View →]

Today's Top 3

  1. Follow up with Acme Corp — close date is Friday
  2. Send updated proposal to Greenfield Tech
  3. Reach out to Sarah Chen — 18 days since last contact

All clickable links in the Telegram/WhatsApp message open the entry detail directly in your DenchClaw interface.

Channel Options#

DenchClaw can send briefings on any connected channel:

Telegram#

The most popular option. Set up in minutes:

  1. Create a bot with @BotFather: /newbot
  2. Copy the token
  3. Tell DenchClaw: "Connect my Telegram bot with token [token]"
  4. Message the bot once to get your chat ID registered

Telegram messages support rich formatting, inline buttons, and clickable links.

WhatsApp#

For teams or founders who live in WhatsApp:

  1. Connect via QR code scan (uses wacli skill)
  2. Ask the agent to schedule briefings to your WhatsApp

Note: WhatsApp doesn't support markdown formatting as richly as Telegram.

Email#

If you prefer email over messaging apps:

  1. Connect Gmail via the gog skill
  2. Ask the agent: "Send me daily briefings by email to [your-email]"

Email briefings work well for weekly summaries where you want more detail.

Discord#

For teams using Discord:

  1. Connect a Discord bot
  2. Create a dedicated #crm-briefings channel
  3. Ask the agent to post there daily

Discord briefings work well for shared team visibility.

iMessage / SMS#

Connect via the imsg skill. Good for simple text summaries.

Customizing Your Briefing#

The briefing content is entirely customizable. Some popular configurations:

The Founder's Morning Brief#

"Every weekday at 7:30am Telegram: total pipeline value, deals closing this week, 3 most-recently-active deals, top 3 action items."

The Sales Manager's Weekly Review#

"Every Monday at 9am email: full pipeline breakdown by stage and owner, deals moved since last Monday, new leads added this week, closed won deals this month."

The Investor Update Prep Brief#

"Every Friday at 5pm Telegram: monthly revenue numbers, pipeline delta since last Friday, new customer signups this week."

The Follow-up Reminder#

"Every morning at 9am, check if I have any contacts with status 'Active' who I haven't contacted in more than 7 days. If yes, list them with their last contact date."

The Meeting Brief#

"Every morning, check my calendar for meetings today. For each meeting, look up the contact or company in my CRM and send me a 3-bullet prep note: who they are, last interaction, and what we last discussed."

How It Works Under the Hood#

DenchClaw briefings work via the cron system:

# Stored as a cron job in the workspace
cron:
  - name: morning-briefing
    schedule: "0 8 * * 1-5"  # 8am, Mon-Fri
    task: |
      Generate a pipeline briefing including:
      1. Open deals by stage with values
      2. Deals closing in the next 7 days
      3. Contacts with Status=Active not contacted in 14+ days
      4. Top 3 action recommendations based on urgency
      Format as Telegram message and send to main Telegram channel.

At the scheduled time, an isolated subagent session spins up, runs the queries against your local DuckDB, generates the briefing, and sends it to the configured channel. The entire thing runs locally — no cloud server required.

Event-Triggered Alerts#

Beyond scheduled briefings, you can set up event-triggered alerts:

"When a deal stage changes to 'Closed Won', send me a Telegram message with the deal name, value, and contact."

"When a new contact is added with Status = 'Lead', send me a Telegram notification."

"If a deal that was in 'Proposal Sent' stage hasn't moved in 14 days, alert me."

These use DenchClaw's event hook system — the agent watches for specific database changes and triggers alerts accordingly.

Weekly and Monthly Reports#

For deeper analysis, schedule weekly or monthly reports:

"Every Sunday at 6pm, send me a weekly pipeline report: deals won this week, deals lost this week, new contacts added, total pipeline change vs last week."

"On the first Monday of each month, send me a monthly review: revenue closed, pipeline by stage, top 10 deals, and a forecast for the next 30 days."

These can be sent as detailed Telegram messages or formatted email reports.

The "No Dashboard" Philosophy#

Here's the design principle behind this feature: you shouldn't have to remember to check your CRM.

The best CRM is one that tells you what matters when it matters. You're busy. You have meetings, emails, code to write, calls to make. You shouldn't have to carve out 20 minutes every morning to log into a dashboard and manually check your pipeline.

DenchClaw pushes the signal to you. When something needs your attention, you hear about it. When everything's running smoothly, you don't get interrupted.

That's how your CRM should work.

Frequently Asked Questions#

How do I set up my first briefing?#

Connect at least one messaging channel (Telegram is easiest), then tell the agent: "Send me a daily pipeline briefing at [time] on [channel]." The agent handles the rest.

Can I pause briefings when I'm on vacation?#

Yes: "Pause my daily briefings for 2 weeks." The agent suspends the cron job and auto-resumes after the specified time.

Can briefings include data from outside DenchClaw?#

Yes. Briefings can include calendar data (via gog or apple-reminders skill), email summaries (via himalaya or gog skill), or any data the agent can access.

What if I want to customize the format?#

Tell the agent: "Change my morning briefing to use bullet lists instead of sections" or "add emoji to the briefing" or "make it more concise." The agent updates the template.

Can I trigger a briefing manually?#

Yes: "Give me my pipeline briefing now." The agent runs the same briefing immediately in the current chat session.

Ready to try DenchClaw? Install in one command: npx denchclaw. Full setup guide →

Mark Rachapoom

Written by

Mark Rachapoom

Building the future of AI CRM software.

Continue reading

DENCH

© 2026 DenchHQ · San Francisco, CA