Hard problem – <OTRS_AGENT_Body> and <OTRS_CUSTOMER_BODY>

Moderator: crythias

Locked
hero188
Znuny newbie
Posts: 26
Joined: 29 Jul 2011, 11:02
Znuny Version: 3.0.8

Hard problem – <OTRS_AGENT_Body> and <OTRS_CUSTOMER_BODY>

Post by hero188 »

I set Notification (Event) as follows
Subject: (blah…)
Text (content of email): use tag <OTRS_CUSTOMER_BODY>
If a cutomer replies a ticket, it sends an email notification with content as customer wrote, but when an agent replies that ticket, it send empty email event notification. The reply of agent doesn’t display in the email.
I change the confiuration as follows:
Subject: (blah…)
Text (content of email): use tag <OTRS_CUSTOMER_BODY>
Now the email content is reverted. If a cutomer replies a ticket, it sends an empty email notification, when an agent replies that ticket, it send email event notification with content as agent wrote.
Please help me to set event notification to send an email as follows:
- If agent replies, it send an email (notification event) with reply of agent
- If customer replies, it send an email (notification event) with reply of customer
I use OTRS 3.08 on windowns 2008 with MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Hard problem – <OTRS_AGENT_Body> and <OTRS_CUSTOMER_BOD

Post by jojo »

to who you wan't to send this emails?

If a customer replies the agent who locked can get a notification based on his personal settings
if the agent replies to the customer, the customer will receive an email directly

The 2 variables are doing what they should:
- one is sending the latest agent article
- the other is sending the latest article from customer
"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
Locked