Template replies

Does anyone have anything set up where you have template replies for
common situations such as account creation?

A ticket might come in with a request that an account created. A tech
takes the ticket, creates the account, and sends a reply. Right now they
just keep the automated reply in a text file on their desktop and copy
and paste.

Does anyone have anything set up where you have template replies for
common situations such as account creation?

A ticket might come in with a request that an account created. A tech
takes the ticket, creates the account, and sends a reply. Right now they
just keep the automated reply in a text file on their desktop and copy
and paste.
Yes, see the wiki for info on Canned Responses. I updated one of them
to the the Ticket/Update.html/BeforeUpdateType callback:

<%init>
my $TicketObj = LoadTicket($ARGS{‘id’});
</%init>

Canned Response <& /Admin/Elements/SelectTemplate, Name => "Canned-Template", Queue => $TicketObj->QueueObj->id &>

This allows you to pick from existing templates and drop it into the textarea.
Cambridge Energy Alliance: Save money. Save the planet.

That’s what RTFM is for! http://bestpractical.com/rtfm/On Tue, Jan 20, 2009 at 2:41 PM, John Arends jarends@illinois.edu wrote:

Does anyone have anything set up where you have template replies for
common situations such as account creation?

A ticket might come in with a request that an account created. A tech
takes the ticket, creates the account, and sends a reply. Right now they
just keep the automated reply in a text file on their desktop and copy
and paste.


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com