- 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-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-30-2015 11:43 AM
I also checked the 'Send to event creator' and that seemed to work.
Thank you so much for your time and expertise Mike!
I'll do some testing around this.
Best Regards,
Shalini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2015 12:55 PM
Thank you.. make sure you hit correct answer so that this thread can help the next person who comes along.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 02:40 PM
Hello Mike,
This was a very helpful thread. I was able to get this working. The only thing i need to do now is to prevent the comments getting added to the ticket once in a closed state. What is best practice? Ideally, once the auto reply email get sent to user, the comments gets ignored.
Thanks in advance.