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.