Agent notification caused by certain sender/receiver
Moderator: crythias
-
- Znuny newbie
- Posts: 6
- Joined: 17 May 2013, 15:27
- Znuny Version: 3.1.11
- Real Name: Sergej Lerch
- Company: IDM
Agent notification caused by certain sender/receiver
Is it possible to let the OTRS send a notification to some agents when a new email that has a certain sender/receiver (a filter for both at the same time would be nice) gets in? In this case it doesn´t really matter if this email creates a new ticket or is a follow-up.
Re: Agent notification caused by certain sender/receiver
use Notification (Event) on the Article Create Event
"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
-
- Znuny newbie
- Posts: 6
- Joined: 17 May 2013, 15:27
- Znuny Version: 3.1.11
- Real Name: Sergej Lerch
- Company: IDM
Re: Agent notification caused by certain sender/receiver
But there is no filter for sender/receiver, i can only filter by customer/Subject/text-content.
Re: Agent notification caused by certain sender/receiver
typically the customer is the sender. But you can also use a combination of PostmasterFilter and notification (event)
"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: Agent notification caused by certain sender/receiver
Alternatively:
The filter for the recipient is dispatch by To going to a Queue that notifies those agent(s).
The filter for the customer is PostmasterFilter set Queue that notifies those agents.
The filter for the recipient is dispatch by To going to a Queue that notifies those agent(s).
The filter for the customer is PostmasterFilter set Queue that notifies those agents.
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
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Agent notification caused by certain sender/receiver
Re: this
Well, yes, it does matter. If the ticket is locked, the agent handling the ticket is the only one who is normally going to receive notification of a followup, though responsible and watcher can view the ticket progression.usrne wrote:In this case it doesn´t really matter if this email creates a new ticket or is a follow-up.
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 newbie
- Posts: 6
- Joined: 17 May 2013, 15:27
- Znuny Version: 3.1.11
- Real Name: Sergej Lerch
- Company: IDM
Re: Agent notification caused by certain sender/receiver
I can´t use the queue since (at least in our system) 1 Email != 1 Queue. But i´ve got another solution:crythias wrote:Alternatively:
The filter for the recipient is dispatch by To going to a Queue that notifies those agent(s).
The filter for the customer is PostmasterFilter set Queue that notifies those agents.
Setup a new postmaster filter that filters for the sender/receiver and set the DynamicFields. Then simply create an event that checks for this DynamicFields.