f9b0427751
* feat: added support mailbox to handle email channel (#140) Added a new mailbox called 'SupportMailbox' to handle all the incoming emails other than reply emails. An email channel will have a support email and forward email associated with it. So we filter for the right email inbox based on the support email of that inbox and route this to this mailbox. This mailbox finds the account, inbox, contact (create a new one if it does not exist) and creates a conversation and adds the email content as the first message in the conversation. Other minor things handled in this commit: * renamed the procs for routing emails in application mailbox * renamed ConversationMailbox to ReplyMailbox * Added a fallback content in MailPresenter * Added a record saving (bang) versions of enabling and disabling features in Featurable module * added new factory for the email channel refs: #140 |
||
---|---|---|
.circleci | ||
.dependabot | ||
.github | ||
__mocks__ | ||
app | ||
bin | ||
config | ||
db | ||
deployment | ||
docker | ||
docs | ||
lib | ||
log | ||
public | ||
spec | ||
swagger | ||
tmp | ||
vendor/assets | ||
.all-contributorsrc | ||
.browserslistrc | ||
.codeclimate.yml | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
.rspec | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
.ruby-version | ||
.scss-lint.yml | ||
app.json | ||
babel.config.js | ||
Capfile | ||
config.ru | ||
crowdin.yml | ||
docker-compose.production.yaml | ||
docker-compose.test.yaml | ||
docker-compose.yaml | ||
Gemfile | ||
Gemfile.lock | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
Procfile | ||
Procfile.dev | ||
Procfile.test | ||
Rakefile | ||
README.md | ||
semantic.yml | ||
workbox-config.js | ||
yarn.lock |
Chatwoot is an open-source omnichannel customer support software. The development of Chatwoot started in 2016. It failed to succeed as a business and eventually shut up shop in 2017. During 2019 #Hacktoberfest, the maintainers decided to make it open-source, instead of letting the code rust in a private repo. With a pleasant surprise, Chatwoot became a trending project on Hacker News and best of all, got lots of love from the community. Now, a failed project is back on track and the prospects are looking great. The team is back to working on the project and this time, we are building it in the open. Thanks to the ideas and contributions from the community.
Features
Chatwoot gives an integrated view of conversations happening in different communication channels.
It supports the following conversation channels:
- Website: Talk to your customers using our live chat widget and make use of our SDK to identify a user and provide contextual support.
- Facebook: Connect your Facebook pages and start replying to the direct messages to your page.
- Twitter: Connect your Twitter profiles and reply to direct messages or the tweets where you are mentioned.
- Whatsapp: Connect your Whatsapp business account and manage the conversation in Chatwoot
- SMS: Connect your Twilio SMS account and reply to the SMS queries in Chatwoot
- API Channel: Build custom communication channels using our API channel.
- Email (beta): Forward all your email queries to Chatwoot and view it in our integrated dashboard.
Other features include:
- Multi-brand inboxes: Manage multiple brands or pages using a single dashboard.
- Private notes: Inter team communication is possible using private notes in a conversation.
- Canned responses (Saved replies): Improve the response rate by adding saved replies for frequently asked questions.
- Conversation Labels: Use conversation labelling to create custom workflows.
- Auto assignment: Chatwoot intelligently assigns a ticket to the agents who have access to the inbox depending on their availability and load.
- Conversation continuity: If the user has provided an email address through the chat widget, Chatwoot would send an email to the customer under the agent name so that the user can continue the conversation over the email.
- Multi-lingual support: Chatwoot supports 10+ languages.
- Powerful API & Webhooks: Extend the capability of the software using Chatwoot’s webhooks and APIs.
- Integrations: Chatwoot natively integrates with Slack right now. Manage your conversations in Slack without logging into the dashboard.
Documentation
Detailed documentation is available at www.chatwoot.com/help-center.
Branching model
We use the git-flow branching model. The base branch is develop
.
If you are looking for a stable version, please use the master
or tags labelled as v1.x.x
.
Deployment
Heroku one-click deploy
Deploying Chatwoot to Heroku is a breeze. It's as simple as clicking this button:
Follow this link to understand setting the correct environment variables for the app to work with all the features. There might be breakages if you do not set the relevant environment variables.
Other deployment options
Please follow deployment architecture guide to deploy with Docker or Caprover.
Contributors ✨
Thanks goes to all these wonderful people:
Chatwoot © 2017-2020, ThoughtWoot Inc - Released under the MIT License.