Need ideas on how to send customer email

Moderator: crythias

Locked
jennie
Znuny newbie
Posts: 3
Joined: 03 Apr 2012, 16:45
Znuny Version: 3.1.2

Need ideas on how to send customer email

Post by jennie »

When a ticket is assigned to an agent, I want an email sent to the customer with the agent that now owns the ticket. Any ideas how?

thanks!
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Need ideas on how to send customer email

Post by jojo »

try Notifcation (event)

Please don't post questions in the How To section
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Need ideas on how to send customer email

Post by crythias »

Also, you may actually consider whether automatic sending of this type of message is relevant. If the automated response never involves human interaction, does it matter to the customer that AgentX handled the ticket? If there will be human interaction, let the human make the introductory message: "Hi, I'm AgentX. I'll be handling your ticket. May I ask the following questions relevant to your request?"

The default, generic, autoresponse of "We acknowledge you sent the ticket and someone will work on it asap" can fulfill the other part of letting the customer know that *someone* is going to work on it.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: Need ideas on how to send customer email

Post by Giulio Soleni »

Hi,
you may also consider to set the Ticket::DefineEmailFrom parameter (in Core::Ticket) as "Agent Name" or better "Agent Name + FromSeparator + System Address Display Name" so that the email received by the customers will report something like "John Smith via OTRS System" in the To field.
But the actual e-mail address will remain the real OTRS system Address.
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
Locked