Chatwoot allows customization of email notifications in self hosted installations. To customize the email notifications, follow the instructions below. Inorder to update the content, you have to add a new template in the Database, here is how you can do it.Documentation Index
Fetch the complete documentation index at: https://developers.chatwoot.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Login into the rails console.
For Heroku installation, login to your account, go to the app. Click on “More”, select “Run Console” from the dropdown menu. Enter the following command and hit run/home/chatwoot/chatwoot. Run the following command.
2. Create a new template for the emails. Execute the following commands.
Variables
Template would receive 3 variableuser- Use{{ user.name }}to get the username.conversation- Use{{ conversation.display_id }}to get the conversation IDaction_url- This is the URL of the conversation.

