how to notify customer through mail about close ticket

Moderator: crythias

Locked
Alex11
Znuny newbie
Posts: 12
Joined: 05 May 2010, 07:45
Znuny Version: 2.4.7

how to notify customer through mail about close ticket

Post by Alex11 »

hi all ,i am getting problem in sending notification to the customer through mail if a ticket is closed .how will i do it..pls help me
regards
Alex
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: how to notify customer through mail about close ticket

Post by jojo »

Use the "Compose Answer" functionality to send the customer an email and close the ticket at this step. The second possibility would be to create a "Notification (Event)" via admin interface
"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
Andre Bauer
Znuny guru
Posts: 2189
Joined: 08 Dec 2005, 17:01
Znuny Version: 5.0.x
Real Name: André Bauer
Company: Magix Software GmbH
Location: Dresden
Contact:

Re: how to notify customer through mail about close ticket

Post by Andre Bauer »

@ Alex11

next time use correct forum fory yout question!
Prod: Ubuntu Server 16.04 / Zammad 1.2

DO NOT PM ME WITH OTRS RELATED QUESTIONS! ASK IN THE FORUMS!

OtterHub.org
fbobraga
Znuny newbie
Posts: 77
Joined: 15 Jul 2010, 20:04
Znuny Version: 2.4.7
Contact:

Re: how to notify customer through mail about close ticket

Post by fbobraga »

Evaluation/pilot: OTRS 2.4.7 on Linux (CentOS 5.4) with MySQL database connected to an Active Directory for Agents and Customers.
kenmurimi
Znuny newbie
Posts: 87
Joined: 24 May 2010, 10:21
Znuny Version: 2.4.7

Re: how to notify customer through mail about close ticket

Post by kenmurimi »

i have just done this..

i used the Notification (Event) ] in the admin.
click on add
fill in the name e.g "email to customer when ticket closed"

recipient:(group based)=customer'
event: TicketStateUpdate
Queue: "Select all the queues you want"
Article type: email notification-ext
subject"----

text"
Hi <OTRS_CUSTOMER_FROM>,

The ticket "<OTRS_CUSTOMER_SUBJECT[50]>" has been Closed!

You Wrote:
<snip>
<OTRS_CUSTOMER_EMAIL[30]>
<snip>

some more info here maybe.

Thank you.




i hope that helps
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
Locked