Omentoo Field Notes · · 4 min read

Intercom Feedback Analysis: A Solo Founder's Monthly Ritual

A concrete monthly workflow for turning Intercom conversations into product decisions — without drowning in tickets or burning a weekend.

Why monthly, not daily

If you read every Intercom conversation as it lands, two things happen. First, you over-index on whoever yelled loudest yesterday. Second, you never see patterns — because patterns only show up across 200 messages, not 3.

A monthly ritual fixes both. You read everything in one sitting, in batches, with the context to notice "huh, that's the fourth person this month asking about CSV import." The signal is in the repetition, and repetition needs a window.

I aim for the first Saturday of each month. Two to three hours. Coffee. No Slack open. Here's the workflow I've settled on after running it for a while.

Step 1: Export the right slice (15 minutes)

Intercom's data export is fine but firehose-y. You don't need every event. You need conversations and tags from the last 30 days.

Two paths:

  • Inbox → Conversations, filter by Created date in the last 30 days, then use the export option in the conversation list. This gives you a CSV with conversation metadata.
  • For the actual message content, the Conversations API (GET /conversations) with a date filter is more reliable. You can pull full transcripts as JSON, which is what you want for analysis.

If you're not API-comfortable, the CSV plus opening individual high-signal conversations manually works fine. Don't let perfect tooling stop you from doing the ritual.

What to exclude:

  • Billing questions (route those to a billing folder, they're rarely product signal)
  • Password resets and other pure support noise
  • Conversations from your free trial graveyard if they bounced in under 5 minutes — those people never engaged

You're trying to read messages from users who actually use the product. Aim for 50–200 conversations depending on your volume.

Step 2: Batch by type, not chronology

This is the step most founders skip and it's the one that creates clarity.

Open a blank doc. Make five buckets:

  1. Bugs — something is broken
  2. Feature requests — something is missing
  3. Confusion — the feature exists but they couldn't find or understand it
  4. Praise — what they like (keep this; it tells you what not to break)
  5. Churn signals — "we're switching to," "we couldn't justify," "we needed X"

Read each conversation once. Drop a one-line summary into the right bucket. Include the customer name or ID and a link back to the Intercom thread. That's it. Don't write essays. Don't start solutioning yet. You're a librarian right now, not a product manager.

Confusion is the bucket founders most often miscategorize. If three people ask "where's the export button?" — that's not a feature request. The export button exists. The signal is about discoverability, and the fix is UX, not engineering.

Step 3: Synthesize (the part that actually matters)

Now you have five lists. Look for the patterns. I use a simple rule: anything mentioned by 3+ distinct customers in 30 days is a signal worth a decision.

For each signal, write a single line:

4 customers asked for Slack notifications when a deal closes. All on Pro plan. — DECIDE

The DECIDE tag matters. You're not building it yet. You're forcing yourself to make a call: ship, schedule, decline, or investigate. A signal without a decision becomes a perpetually-open Linear ticket that haunts you for nine months.

Be honest about declines. "5 people asked for a Zapier integration. Declining for Q2 because we're focused on onboarding. Revisit August." That's a real decision. Writing it down means you don't re-litigate it next month.

Step 4: Close the loop with users

This is the step that converts feedback into loyalty. For every signal you act on — or even decide on — go back to the original Intercom threads and reply.

  • "Hey, we shipped that CSV import you asked about last month. Here's the doc."
  • "We've decided not to build Zapier this quarter, but it's on our radar for Q3. Wanted to be straight with you."

This takes 20–30 minutes and is the single highest-ROI activity in the whole ritual. Users who get a personal "we built this because you asked" message tell other people. They also keep sending you good feedback, because they've learned it actually goes somewhere.

Step 5: Update your roadmap (briefly)

Take the DECIDE items that are a yes. Drop them in your roadmap tool of choice — Linear, Notion, a Google Doc, whatever. Tag them with the source ("Intercom May 2026") so future-you knows where the demand came from.

Then close the laptop. You're done.

The honest limitations

A few things this workflow doesn't catch:

  • Silent churn. People who left without complaining. You need cancellation surveys or churn interviews for that.
  • Power user blind spots. Your top 5 customers might dominate your inbox and skew priorities. Cross-reference with usage data.
  • Net-new users. Their confusion shows up in trials that never convert to a conversation. Session replays help here.

Intercom feedback analysis is one input, not the whole picture. But it's the input that's already sitting in your account, free, ignored.

When manual batching breaks

The workflow above works well up to roughly 200 conversations a month. Past that, reading everything in one sitting becomes unrealistic, and the batching step starts to take a full day instead of an afternoon.

That's the point where most founders either hire a part-time ops person or start using a tool to do the first-pass synthesis. Pulse is built for that second path — it pulls from sources like Intercom (Pro plan), clusters conversations by theme, and surfaces the "mentioned by 3+ customers" signals automatically, so you can spend your Saturday morning on the decision step instead of the librarian step.

If your inbox has outgrown the Saturday ritual, take a look: hustle-r7ai.vercel.app. And if it hasn't — keep doing the ritual. It's still the best version of this work.

Got customer feedback to synthesize?

Omentoo turns raw text into a prioritized roadmap with quotes, counts, and severity ratings. Free, no signup.

Try Omentoo free

Read next