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.
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.
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.
We currently send messages to our agent and customers depending on the status and time since last response. This is partly available in the SLA Automation, but we also want to remind our customers that we are waiting on their response. Do you have any plans on adding such rules (Monitors in Kayako and Supervised Rules in ZohoDesk) and if so, when would it be available?
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!