Question

Requester replying to an email sent from Workflow Automator

  • 21 September 2022
  • 5 replies
  • 349 views

Userlevel 4
Badge +6

Hi

We are using workflow automators for various tasks such as Employee Onboardings. 1 action within the onboarding workflow we use is to email staff from other departments notifying them of the new starter. For example, an email to the finance dept:

“Hi finance team - here are details of a new user - please add them to the payroll system”

What we have noticed is that if person being notified replies to the email, it creates a new ticket which is undesirable. Usually the response is along the lines of:

“Thank for letting me know - i have added the new guy to payroll”

Is there a clever way to handle this? The recipients of these emails sent from the workflow are not cc’d into the ticket or have any ticket visibility. they just get an email notifying them of the new user details. 

I would be fine with either a new ticket not be creating from these emails (i dont want to block email → creations completely) or somehow merge or add the email to the associated onboarding ticket.


5 replies

Userlevel 7
Badge +16

Hello @mythumbsclick make sure that you include the Ticket ID in the subject of the email. Then any replies on that email thread should be added back to the ticket. 

Userlevel 3
Badge +4

@mythumbsclick if you can include [# ticket ID placeholder] the replies will be added back, if you have raised support tickets recently with Freshworks support, you would have observed that they are using this string in the subject and automations.

Edit: Has to be in the beginning though

Cheers
J

Userlevel 4
Badge +6

Thanks for the replies. This doesn't appear to be working for us. Checking my notes from a previous interaction with Fresh Support, the criteria is the following:

 

  • A1. Ticket ID
  • A2. Message-ID (In email header)

and if the sender's email address is one of the following:

  • B1. Requester's email address
  • B2. ALL Agent's email address
  • B3. Email address(es) in the CC
  • B4. Email address(es) to which the ticket was forwarded

For the email to be appended to the ticket as a reply the conditions are:

(A1 OR A2) AND (B1 OR B2 OR B3 OR B4)

 

For the B’s section, would you say we are matching B4? does an email sent as an action to another requester count as a forward?

@Jayesh urath - My subject does have the ticket ID but it is not at the beginning. Example below:

New IT User Ticket Logged - {{ticket.id}} - Finance System Requirements

 

Do you reckon just chucking the ticket.id at the beginning will resolve this?

Badge

Hi there,

We are seeing the exact same behaviour.

Essentially our HR Team use a form to place a New Starter Request.

On that Request is a dynamic list (Populated by all requesters) where they can select who that New Employees Manager will be. As part of the Automation Workflow that Manager is sent an email asking them to confirm all the employee details are correct and to respond with their requirements (Hardware / Software / Access) etc.

If they respond to that email it creates a New Ticket, if they respond to the email a second time, it updates the duplicate as they are now “Technically” the requester on that new ticket it created in error.

In the workflow automator you cannot add placeholders to the “CC to” action, it has to be an email and without that CC it will always create a new ticket.

We gone as far now as to remove that email from the automation and Add it in as a Canned Response that we send manually when a New Starter ticket comes in. You can still use Placeholders in the Canned Responses so it’ll pull info in Automatically.

Would love for the “CC to” to be able to be populated by the dynamic fields instead of explicitly emails. 

Userlevel 7
Badge +13

Hi there,

We are seeing the exact same behaviour.

Essentially our HR Team use a form to place a New Starter Request.

On that Request is a dynamic list (Populated by all requesters) where they can select who that New Employees Manager will be. As part of the Automation Workflow that Manager is sent an email asking them to confirm all the employee details are correct and to respond with their requirements (Hardware / Software / Access) etc.

If they respond to that email it creates a New Ticket, if they respond to the email a second time, it updates the duplicate as they are now “Technically” the requester on that new ticket it created in error.

In the workflow automator you cannot add placeholders to the “CC to” action, it has to be an email and without that CC it will always create a new ticket.

We gone as far now as to remove that email from the automation and Add it in as a Canned Response that we send manually when a New Starter ticket comes in. You can still use Placeholders in the Canned Responses so it’ll pull info in Automatically.

Would love for the “CC to” to be able to be populated by the dynamic fields instead of explicitly emails. 

Why not send out an approval to the manager rather than a normal e-mail?

//Daniel 

Reply