Skip to main content
Live Agent has been put in maintenance mode. The product will continue to be maintained in the foreseeable future. Users can continue to fully rely on Live Agent being available. In future releases, only security updates and bug fixes will be provided; no new features will be released.
Live Agent allows customization of email notifications. To customize the email notifications, follow the instructions below. To update the content, you have to add a new template in the Database, here is how you can do it.

1. Log in to the Rails Console

Attach a shell to the main Live Agent pod and run the following command:

2. Create a new Email Template

Run the following commands:

Variables

The template can receive 3 variables:
  1. user - Use {{ user.name }} to get the username.
  2. conversation - Use {{ conversation.display_id }} to get the conversation ID
  3. action_url - This is the URL for the conversation.

Default content

The default content of the above template is shown below.

1. Conversation Assignment

2. Conversation Creation

Liquid templating engine is used internally, which means that all valid operators can also be used.
Last modified on June 22, 2026