Hi,
is it possible to send a notification to the customer if there is no response from him after x days?
Cheers,
no respone -> customer notification
Moderator: crythias
-
- Znuny wizard
- Posts: 554
- Joined: 25 Sep 2012, 19:04
- Znuny Version: OTRS Help Desk
- Real Name: Stefan
no respone -> customer notification
OTRS 5.x - Debian 8 - apache 2.4 - MySQL 5.x
Re: no respone -> customer notification
Never actually tried this myself, but one way I could think of doing it is by having a generic agent check periodically for a change in the ticket. You could maybe set the agent to change a dynamic field when the ticket was 'changed more than..' x hours/minutes ago. Then have a notification that triggers when that field is updated.
The only thing i'm not 100% sure about is whether or not an email from a customer would count as a change in the ticket to the system. Might be worth trying though. This is also assuming you wouldn't have internal messages and changes happening while waiting for a customer response.
The only thing i'm not 100% sure about is whether or not an email from a customer would count as a change in the ticket to the system. Might be worth trying though. This is also assuming you wouldn't have internal messages and changes happening while waiting for a customer response.
OTRS v5.0.10 with ITSM extension.
MySQL database
Ubuntu 16.04 LTS
MySQL database
Ubuntu 16.04 LTS
Re: no respone -> customer notification
Hi,
what about the reply function?
Florian
what about the reply function?
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.
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.
-
- Znuny wizard
- Posts: 554
- Joined: 25 Sep 2012, 19:04
- Znuny Version: OTRS Help Desk
- Real Name: Stefan
Re: no respone -> customer notification
yes but this is a manual process 
My idea is that there is a ticket notification-job which send a notification to the customer autom. when the customer didn't reply after x days and the ticket is in the queue "waiting for response"

My idea is that there is a ticket notification-job which send a notification to the customer autom. when the customer didn't reply after x days and the ticket is in the queue "waiting for response"
OTRS 5.x - Debian 8 - apache 2.4 - MySQL 5.x
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: no respone -> customer notification
- When moving the ticket to the specific queue set a pending state, pending time and a dynamic_field to the value xx (with a generic agent)
- Create another generic agent which search for tickets where the pending time is reached and the the dynamic_field to the value yy (and maybe the state to open/unanswered/...(
- Create a notification which is triggered when the dynamic_field is set to the value yy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?