florish

florish

Any customer support systems built with Elixir?

Hi! Our company is currently looking for a new customer support system.

As we build our own products with Elixir and Phoenix, we thought it would be nice to start using a customer support system built with Elixir.

A quick search lead me to Papercups, see https://papercups.io/ and An open source alternative to Intercom/Drift/etc for more info. Unfortunately, that project seems to be in maintenance mode for over a year now, which does not make it feasible for us.

Does anybody know about other options built in Elixir?

Without going into too much detail, we basically need an e-mail support system, where incoming support questions can be assigned to a specific person. We do not need other features like live chat and marketing e-mail, it is just for product support.

We prefer a hosted solution and are willing and able to pay for that, but self-hosted options are welcome too, as long as they are still actively maintained.

Thanks in advance!

Marked As Solved

hubertlepicki

hubertlepicki

My company (AmberBit https://www.amberbit.com) re-built Keeping, and we’re still actively working on it, me personally included too. It’s a support system that integrates with GMail. The back-end is entirely in Elixir (a rewrite from Java), and is Google-certified and has thousands of active users.

Also Liked

CodyD

CodyD

Hey @roeland - Cody, founder of Keeping here!

We have a suite of features slated for development (likely to come in early 2024), that would include what you describe. We plan on expanding our automations and SLAs to include a “Reply with Template” action that could be triggered based on conditions you set.

As an aside, Elixir (and Phoenix/Oban) has scaled with us very nicely since we launched in 2019 - we love the ecosystem and community!

Cheers,
Cody

florish

florish

Why don’t you build such a system and open-source it? Or build upon Papercups and expand it? Make it more modular?

Hi @regex.sh, thanks for the reply! As we already have a product we are building, expanding and supporting, it wouldn’t be feasible for us to also build and maintain our own customer support system. So it’s a matter of limited capacity (time) and also focus.

florish

florish

Wow, great! Seems like a good fit for us, we’ll definitely give it a try. Thanks!

Other suggestions are still welcome of course :slight_smile:

Last Post!

roeland

roeland

Thank you for the information.

Where Next?

Popular in Questions Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3271 131117 1222
New
nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement