How to notify customer upon closed ticket?

Moderator: crythias

Post Reply
zerothelement
Znuny newbie
Posts: 1
Joined: 22 Jun 2010, 08:51
Znuny Version: 2.4.7

How to notify customer upon closed ticket?

Post by zerothelement »

Good day,

Im a newbie here. Need advise and assistance from expert here about how to customize ticket template to notify customer upon closed ticket.

Thanks in advance.
Mike_B
Moderator
Posts: 266
Joined: 12 Jan 2010, 18:16
Znuny Version: CVS HEAD

Re: How to notify customer upon closed ticket?

Post by Mike_B »

Hi; would this help: http://forums.otrs.org/viewtopic.php?f=62&t=4772

Regards,
Mike.
huntingbears.nl - @michielbeijen on Twitter
Chebotko
Znuny newbie
Posts: 11
Joined: 28 Jul 2010, 09:50
Znuny Version: 2.4.7
Location: Russia, Siberia, Krasnoyarsk
Contact:

Re: How to notify customer upon closed ticket?

Post by Chebotko »

Hello. I see You subject http://forums.otrs.org/viewtopic.php?f=53&t=5056
And i have question: How are You doing this by GenericAgent ?
For eample:
1. You have expired ticket (by SLA time resolve = -13 min)
2. You created new state: "Expired" and new state type "Expired"
3. You created new notification "ExpiredNotification": If TicketStateUpdate on state: "expired" then send notification to agents, clients, customers: "Your ticket Nxxxx is expired"
Question:
4. How You can create task by GenericAgent for automatic change state of ticket from "open" at "expired" for working notification "ExpiredNotification"
OTRS 2.4.7 on SLES11 with MySQL database.
fbobraga
Znuny newbie
Posts: 77
Joined: 15 Jul 2010, 20:04
Znuny Version: 2.4.7
Contact:

Re: How to notify customer upon closed 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.
Chebotko
Znuny newbie
Posts: 11
Joined: 28 Jul 2010, 09:50
Znuny Version: 2.4.7
Location: Russia, Siberia, Krasnoyarsk
Contact:

Re: How to notify customer upon closed ticket?

Post by Chebotko »

Hello.
In Admin interface:
[Notification (Event)] => Add a new Notification
Set up: Name
Set up: Recipient: Customer
Set up: Event: TicketStateUpdate
Set up: State: Closed successful or Close unsuccessful
Set up: Subject: Ticket <OTRS_TICKET_TicketNumber> is closed.
Set up: Text: (for example)
Hello, <OTRS_CUSTOMER_REALNAME>.
You wrote:
<OTRS_CUSTOMER_EMAIL[10]>
Your ticket <OTRS_TICKET_TicketNumber> succesful or unsuccesful closer.
<OTRS_AGENT_BODY[5]>
--
<OTRS_OWNER_UserLastname> <OTRS_OWNER_UserFirstname>

If this advice was useful and helped You, set up [Resolved]
OTRS 2.4.7 on SLES11 with MySQL database.
Post Reply