Notify customers on agent followup

Moderator: crythias

Locked
pinux
Znuny newbie
Posts: 2
Joined: 03 Feb 2014, 10:59
Znuny Version: 3.3.1

Notify customers on agent followup

Post by pinux »

Hi,
I'm trying to use OTRS 3.3.1 to manage tickets via email, I don't know how to configure customers notification when an agent send a followup.
The flow is like this:

1) Customer open a ticket via email
2) OTRS send a notification to the agent (this is done)
3) Agent respond to the ticket via email
4) OTRS send a notification to the customer

I can't achieve the point n.4, how can I do to send a notification to the customer?


Thank you!
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Notify customers on agent followup

Post by wurzel »

Hi,

did you have a look in the EventBasedNotifications? I think, this could help you :)

Florian
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Notify customers on agent followup

Post by jojo »

if you respond via email you don't need to send an additional notification....
"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
pinux
Znuny newbie
Posts: 2
Joined: 03 Feb 2014, 10:59
Znuny Version: 3.3.1

Re: Notify customers on agent followup

Post by pinux »

jojo wrote:if you respond via email you don't need to send an additional notification....
Sorry, I forgot to say that everyone, agent and customers, write to the same email addres (otrs@blablabla.com) but they don't know each other address.

wurzel wrote:Hi,

did you have a look in the EventBasedNotifications? I think, this could help you :)

Florian
Yes i looked into but I don't find the event related to a followup, I can choose between this events:

Code: Select all

ArticleCreate
ArticleUpdate
ArticleSend
ArticleBounce
ArticleAgentNotification
ArticleCustomerNotification
ArticleAutoResponse
ArticleFlagSet
ArticleFlagDelete
ArticleAgentNotification
ArticleCustomerNotification
ArticleDynamicFieldUpdate
TicketCreate
TicketDelete
TicketTitleUpdate
TicketUnlockTimeoutUpdate
TicketQueueUpdate
TicketTypeUpdate
TicketServiceUpdate
TicketSLAUpdate
TicketCustomerUpdate
TicketPendingTimeUpdate
TicketLockUpdate
TicketArchiveFlagUpdate
TicketStateUpdate
TicketOwnerUpdate
TicketResponsibleUpdate
TicketPriorityUpdate
HistoryAdd
HistoryDelete
TicketAccountTime
TicketMerge
TicketSubscribe
TicketUnsubscribe
TicketFlagSet
TicketFlagDelete
TicketSlaveLinkAdd
TicketSlaveLinkDelete
TicketMasterLinkDelete
EscalationResponseTimeNotifyBefore
EscalationUpdateTimeNotifyBefore
EscalationSolutionTimeNotifyBefore
EscalationResponseTimeStart
EscalationUpdateTimeStart
EscalationSolutionTimeStart
EscalationResponseTimeStop
EscalationUpdateTimeStop
EscalationSolutionTimeStop
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Notify customers on agent followup

Post by reneeb »

ArticleCreate is the event for followups... (but it is fired on the first article (when created a new ticket) as well)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Notify customers on agent followup

Post by jojo »

OTRS is not build to have the agents work via email. For this purpose you need to have an optional module (only for support customers) or switch to RT
"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