Skip to main content
Solved

Automator workflow Question: Event = Reply is received?


Forum|alt.badge.img+11

Hi all you Smarty McSmartisons  (lol!) 🤣

I’m trying to add a note and then send an email when a closure email is received from a partner regarding an open ticket.

Our partner doesn’t put anything useful in the text of the email but their subject line changes to include “Has Been changed to: Solved” - I would like the FS automator workflow to trigger based on FS receiving an email with these keywords in the subject line.

In Workflows, in the Event module I’ve tried “Note of any type” is added by Anyone and then use Liquid filters to search the subject line for those keywords.  Does not fire for me.

I am also not able to find an Event that fires because a Requestor has replied to the ticket (aka note added).

Any help gratefully received!

Thanks

Bryn

Best answer by zachary.king

Hello @BrynCYDEF, is this the trigger you are looking for?

 

View original
Did this topic help you find an answer to your question?

6 replies

zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • Answer
  • May 1, 2023

Hello @BrynCYDEF, is this the trigger you are looking for?

 


Forum|alt.badge.img+11
  • Author
  • Skilled Expert
  • 170 replies
  • May 1, 2023

Hi @zachary.king -- OMG I looked at that and thought it meant “sent” by FS not sent to FS!

TY Let me check into that!

Bryn


Forum|alt.badge.img+11
  • Author
  • Skilled Expert
  • 170 replies
  • May 1, 2023

Le sigh - moderators ate my reply….

 

TY @zachary.king  I will take a look at this bc I thought that it meant sent by FS and would not, therefore, include sent to FS.

 

TY!
Bryn


Forum|alt.badge.img+11
  • Author
  • Skilled Expert
  • 170 replies
  • May 1, 2023

Thank you - that totally worked!  I’ve got the workflow running great in testing - now I just need a live-fire test.

Event Node

Reply is sent by Requester

Expression Node

substring('{{ticket.subject}}',indexOf('{{ticket.subject}}','Has Been changed', 0)+0,length('{{ticket.subject}}'))

Action Node:

  1. Send email to assigned agent that closure note has arrived
  2. Add private note to ticket that closure note has arrived and assigned agent has been notified

Much appreciated @zachary.king 


Forum|alt.badge.img+11
  • Author
  • Skilled Expert
  • 170 replies
  • May 1, 2023

PS In case anyone is wondering, some of our tickets can only be closed by staff in a specific group.


zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • May 1, 2023

Great to hear it @BrynCYDEF. I am glad that you were able to get it working!


Reply