Collecting Feedback
Learn all the ways to get feedback into Distil.
Overview
Distil accepts feedback from multiple sources. The goal is to capture feedback wherever it happens, without forcing people to use a specific tool.
Collection Methods
1. Manual Entry (In-App)
The simplest method - create cards directly in Distil.
How to create a card:
- Click "New Card" button (or press
c) - Enter a title (required)
- Add a description (optional but recommended)
- Add tags if applicable
- Click "Create"
When to use:
- Synthesizing feedback from calls or meetings
- Adding feedback heard in person
- Creating cards based on your own observations
- Consolidating multiple sources into one card
Best practice: When entering feedback manually, include the source in the description:
- "From customer call with Acme Corp on 3/15"
- "Mentioned in Slack #feedback by 3 users"
- "Support ticket #1234"
2. Email Forwarding
Forward feedback emails directly to Distil.
How it works:
- Get your workspace's unique email address (Settings → Integrations → Email)
- Forward any email to that address
- Distil creates a card automatically
- Subject line becomes card title
- Email body becomes card description
Example email addresses:
feedback-abc123@distil.approadmap-xyz789@distil.app
When to use:
- Customer feedback via email
- Sales forwarding feature requests
- Support tickets that contain product feedback
- Any feedback that arrives in your inbox
Best practice:
- Add context before forwarding ("Customer is on Enterprise plan")
- Cc yourself to keep a record
- Use BCC to avoid notifying the customer
3. Slack Integration (Coming Soon)
Capture feedback shared in Slack channels.
How it will work:
- React to a Slack message with a designated emoji (e.g., 💡)
- Distil creates a card from that message
- Message text becomes card description
- Slack user and channel are logged
Use cases:
- Customer success sharing user quotes
- Sales posting feature requests from calls
- Support team flagging issues
- Team members sharing observations
4. API Integration
Send feedback programmatically from your application or other tools.
How it works:
- Get your API key (Settings → Developer → API Keys)
- Make a POST request to create cards
- Include title, description, tags, source metadata
Example API call:
curl -X POST https://api.distil.app/v1/cards \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Add dark mode",
"description": "User requested dark mode support",
"tags": ["ui", "design"],
"source": "in-app-feedback-widget"
}'
When to use:
- In-app feedback widgets
- Survey tools (Typeform, SurveyMonkey)
- Support tools (Intercom, Zendesk)
- Custom integrations
Documentation: See API Reference for complete details.
5. Zapier / Make Integration (Coming Soon)
Connect Distil to 5,000+ apps without code.
Popular workflows:
- Typeform survey → Distil card
- Intercom conversation tag → Distil card
- Google Form submission → Distil card
- Airtable row → Distil card
How to set up:
- Log in to Zapier
- Create a new Zap
- Trigger: Choose your source app
- Action: Create Distil card
- Map fields (title, description, tags)
Organizing Incoming Feedback
Use a Consistent Title Format
Good titles are specific and scannable.
Good examples:
- "Add export to CSV feature"
- "Speed up dashboard load time"
- "Support SSO via Okta"
Bad examples:
- "Feature request" (too vague)
- "From John at Acme Corp" (describes source, not request)
- "This is really important" (subjective, no detail)
Tip: If the feedback source is vague, rewrite the title to be clear before saving.
Add Source Context in Description
Always note where feedback came from:
Template:
[Original feedback quote or summary]
---
Source: [Where this came from]
Requested by: [Who requested it]
Date: [When you heard it]
Example:
"We need to be able to export our data to CSV for compliance reporting."
---
Source: Customer call with Acme Corp
Requested by: Jane Smith (CFO)
Date: March 15, 2024
Tag Immediately
Don't skip tagging during collection. It's easier to tag once during entry than to go back later.
Common tag categories:
- Feature area: "billing," "dashboard," "reports"
- User segment: "enterprise," "smb," "individual"
- Request type: "bug," "feature," "improvement"
- Source type: "customer," "internal," "prospect"
Learn more about tagging strategy
Collection Workflows
Solo PM Workflow
- Check email for forwarded feedback (daily)
- Review support tickets tagged "product-feedback" (weekly)
- Synthesize customer call notes into cards (after each call)
- Capture team feedback from Slack (as it happens)
Time investment: 30-60 min/day
Team Collection Workflow
- Customer Success forwards relevant emails to Distil
- Sales creates cards for feature requests in deals
- Support forwards tickets with product feedback
- PM reviews and deduplicates weekly
Benefit: Distributed collection, PM curates instead of entering everything
High-Volume Workflow
For teams drowning in feedback:
- Set up API integration with your support tool
- Auto-create cards for tickets tagged "feature-request"
- PM triages once per week - merge duplicates, tag, add context
- Bulk archive obvious noise
Benefit: Capture everything, filter later
Handling Duplicates
You'll get the same feedback multiple times. This is signal!
When you spot a duplicate:
- Don't delete either card - duplicates show pattern strength
- Add a signal note to the original: "Duplicate request, see also card #456"
- Merge context from duplicate into original if it adds new info
- Archive the duplicate or tag it "duplicate"
Pro tip: Duplicates are good. They validate that something is important.
Collection Quality
Good Collection Practices
Capture verbatim quotes when possible:
- Original words convey emotion and urgency
- Helps you understand the real problem
- Prevents you from jumping to solutions
Include customer details:
- Company name and size
- User role (CEO, engineer, etc.)
- Plan tier (free, paid, enterprise)
- How long they've been a customer
Note frequency:
- "Third request this week"
- "First time hearing this"
- "This person asks every month"
What NOT to Collect
Not everything deserves a card:
❌ Bug reports: Create a bug ticket in Jira/Linear, not a Distil card
❌ Support questions: "How do I do X?" → Answer in support, don't log in Distil
❌ Obvious spam: "Make me a millionaire" → Ignore
❌ Vague complaints: "Your app sucks" without specifics → Ask for details or ignore
✅ Feature requests: Yes, capture in Distil
✅ Product improvement ideas: Yes, capture in Distil
✅ Workflow pain points: Yes, capture in Distil
Feedback Velocity
How much feedback should you collect?
Healthy ranges:
- Startup (pre-PMF): 10-20 cards/week
- Growing product: 20-50 cards/week
- Mature product: 50-100+ cards/week
Too little feedback (<5/week):
- Not talking to users enough
- Collection methods aren't working
- Users aren't engaged
Too much feedback (>150/week):
- Need to filter noise better
- Consider raising the bar for what gets logged
- Use API to auto-collect and bulk triage
Encouraging Feedback
Make It Easy
Give users clear channels:
- Dedicated email: feedback@yourcompany.com → forwards to Distil
- In-app widget: "Share feedback" button
- Survey links in product
- Regular customer interviews
Close the Loop
When you act on feedback:
- Find all cards related to the feature
- Add a note: "Shipped in v2.3"
- Email users who requested it
- Show them the impact of their feedback
Result: Users give you more (and better) feedback because they see you listen.
Advanced: Metadata Tracking
For teams that want detailed analytics:
Track these fields (via API or manual entry):
source_type: email, slack, api, call, surveycustomer_tier: free, starter, growth, enterprisecustomer_size:<10, 10-50, 50-200, 200+request_date: When first heardurgency: low, medium, high, blocker
Use case: Answer questions like:
- "What are our enterprise customers asking for most?"
- "Which features are blockers for deals?"
- "What's the oldest unaddressed request?"
Collection Checklist
✅ Set up email forwarding address ✅ Share it with customer success and sales ✅ Add "New Card" to your daily routine ✅ Tag cards as you create them ✅ Add source context to descriptions ✅ Merge duplicates weekly ✅ Review collection quality monthly
Next Steps
- Reviewing Cards - How to evaluate collected feedback
- Using Tags - Tagging strategy for organization
- Signal vs. Noise - Filtering technique