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!
Need ideas on how to send customer email
Moderator: crythias
Re: Need ideas on how to send customer email
try Notifcation (event)
Please don't post questions in the How To section
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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.
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
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
-
- 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
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.
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.
ITSM and FAQ modules installed.