TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: best (multi-user) startup email support/helpdesk system?

31 点作者 apexauk超过 16 年前
Howdy all,<p>What's the best email support/helpdesk system to use for our startup that lets more than one person process incoming email?<p>Currently we have an email alias support@ which simply sends to two of us (web feedback form submissions come this way too). When one of us replies then we BCC the other so they know not to reply too, but this is obviously a pain. Additionally if we reply from our personal address then the other person no longer receives future messages in the thread.<p>As well as solving these two problems, it'd be useful to bring some more of the team into the process so they at least can read the incoming support requests to get an idea of user feedback - this would quickly get out of hand with our current simple setup.<p>Any recommendations? Cheers!

15 条评论

benr超过 16 年前
HelpSpot is exactly what you're after - <a href="http://www.userscape.com/products/helpspot/" rel="nofollow">http://www.userscape.com/products/helpspot/</a><p>We've been using it for about 3 years and love it.
pmjordan超过 16 年前
Although I haven't used it myself (though I'm planning to once I need to deal with such issues) I hear Fogbugz is pretty good at this kind of stuff.
评论 #405333 未加载
评论 #405561 未加载
mischa超过 16 年前
<a href="http://tenderapp.com/" rel="nofollow">http://tenderapp.com/</a>
1gor超过 16 年前
<a href="http://www.redmine.org" rel="nofollow">http://www.redmine.org</a> is Ruby on Rails -based project management app. You can configure it to run your code development projects (it basically an improvement on <a href="http://trac.edgewall.org" rel="nofollow">http://trac.edgewall.org</a>, features wiki/tickets/milestones/integration with git/svn... etc ) and set up a separate customer support section.<p>They have email gateway and a very flexible user rights management features. You could set up customers to email you issues which will automatically become tickets in your development project (which is accessible only for developers). You can also set up a wiki available only for customers.<p>Since you are (hopefully) already running issue tracker/version control environment for developers, you can thus avoid creating a redundant extra layer of 'support ticket' database and 'customer knowledge base' altogether.
jonasvp超过 16 年前
Check out Roundup (<a href="http://roundup.sourceforge.net/" rel="nofollow">http://roundup.sourceforge.net/</a>). Written in Python, easy to extend, has a web interface and email gateway. The UI is pretty ugly, sadly, so if you want something easier on the eyes, you need to hack up some custom CSS.
评论 #405400 未加载
zackola超过 16 年前
Pretty sweet and easy to get this working in a Rails app <a href="http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer" rel="nofollow">http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWi...</a> Then users in the rails app can claim feedback, and reply through the system, so everything gets nice and logged. I'm not sure what your development platform looks like but you should be able to wire this type of thing up somehow.
theantidote超过 16 年前
I haven't used any but check out these recommendations: <a href="http://ask.metafilter.com/44577/FreewareOpen-Source-Help-Desk-Software" rel="nofollow">http://ask.metafilter.com/44577/FreewareOpen-Source-Help-Des...</a><p>There's also a whole list here: <a href="http://www.opensourcehelpdesklist.com/" rel="nofollow">http://www.opensourcehelpdesklist.com/</a><p>Are you hosting this yourself or do you want someone else to host it?
jaaron超过 16 年前
Zendesk: <a href="http://www.zendesk.com" rel="nofollow">http://www.zendesk.com</a><p>Not sure if it's the right fit for you, but it's run by some friends of mine.
staunch超过 16 年前
<a href="http://www.fogcreek.com/FogBugz/StudentAndStartup.html" rel="nofollow">http://www.fogcreek.com/FogBugz/StudentAndStartup.html</a>
Corrado超过 16 年前
What about something like GetSatisfaction? It's all web based and comunity driven. You don't have private areas (I think) but it does look nice and I think you can even tie your FAQ page to it.
评论 #405850 未加载
seiji超过 16 年前
OTRS: <a href="http://otrs.org/" rel="nofollow">http://otrs.org/</a> or RT: <a href="http://bestpractical.com/rt/" rel="nofollow">http://bestpractical.com/rt/</a>
mrkurt超过 16 年前
Zendesk is nice, but maybe a bit expensive for what you need (it was for me).<p>I use Cerberus myself. Once you figure out its quirks, it's pretty handy.
amobilebiz超过 16 年前
Recommend Kayako - <a href="http://www.kayako.com" rel="nofollow">http://www.kayako.com</a><p>Very robust and full of features.
rishi超过 16 年前
anyone use <a href="http://sproutit.com/" rel="nofollow">http://sproutit.com/</a> ?
zack超过 16 年前
Cerberus. It kicks ass. I used it at two of my internships...quality software.<p><a href="http://www.cerberusweb.com/" rel="nofollow">http://www.cerberusweb.com/</a><p>It's super-easy to use, too.