- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2015 05:52 AM
Hello,
I am looking to send auto-replies on email that either resolved or closed. I tried the solution discussed in the thread
Auto Reply Email for Closed and Resolved Incidents
However, the event discussed in the above thread is not sending the auto reply that I have set up.
gs.eventQueue("ticket.closed.autoreply", current, email.origemail, '');
The auto reply is set up as:
Any suggestions, help would be greatly appreciated.
Thanks,
Shalini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 10:23 AM
That is interesting. Mine worked set up that way. Check your event log, make sure that parm 1 is actually capturing the email of the sender. You may have to check send to event creator to have it work, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2015 08:52 AM
Hi,
I removed the condition on the notification but still not getting the reply. The event is registered ad processed in the event log, but somehow failing to trigger the email.
Will continue to debug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 08:44 AM
Hello Mike,
The auto emails worked and emails went out from the system! I am sending them to myself right now.
What I want to do is that send a reply back to the person sent us the email on the ticket. Some times it is not the person who Requested the ticket in the first place. How can I do that?
Thanks,
Shalini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 09:08 AM
This line:
gs.eventQueue("ticket.closed.autoreply", current, email.origemail,'');
puts the email in parm 1. Check Event Parm 1 contains recipients and it should do it for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 09:13 AM
Yes, that is what I did and I am going to test it. Since I working in the production environment directly, I will test during off peak hours.
Thanks,
Shalini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 09:50 AM