How to set automatic cascade of multiple timed messages?

Moderator: crythias

Post Reply
z1001z
Znuny newbie
Posts: 7
Joined: 26 Mar 2019, 15:19
Znuny Version: otrs-6.0.16-01

How to set automatic cascade of multiple timed messages?

Post by z1001z »

Hello Forum, I'm using otrs-6.0.16-01 on Centos7. I have a queue configured with an immediate auto-reply autoresponder message to the customer on the ticket create event. I wish to create a set of follow-up autoresponses at timed intervals as a cascade of further helpful advice without manual intervention. What is the best way to do this? Can this be done using autoresponses, or ticket notifications "Ticket Pending Closure", or some other method?
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to set automatic cascade of multiple timed messages?

Post by crythias »

Notifications based upon event (and/or Generic Agent with notification) and criteria of last change, state, and maybe a Dynamic Field.

IF the state is open
and last change more than 3 days ago
and DynamicField AutomatedSpam's value is "FirstNotification"
THEN
Send Message "Spam notification 1"
and set DynamicField AutomatedSpam's value to "SecondNotification"

Lather, rinse, repeat.
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
z1001z
Znuny newbie
Posts: 7
Joined: 26 Mar 2019, 15:19
Znuny Version: otrs-6.0.16-01

Re: How to set automatic cascade of multiple timed messages?

Post by z1001z »

Thank you for the outline, I'll try it.
Post Reply