Trigger email notification on email reply to record

Elizabeth26
Tera Contributor

I am trying to figure out the best way to trigger an email notification when someone sends an email reply to a record.

I am not sure what to trigger it appears only in activities under received emails and I don't see a way to trigger against that. 

 

I have looked into doing an event with a business rule but not sure what the filter conditions should be?

Same for email notification. I tried doing inbound action to update a field and then trigger off of that but that doesn't seem to work either.

1 ACCEPTED SOLUTION

Harshal Aditya
Mega Sage
Mega Sage

Hi @Elizabeth26 ,

 

In the inbound email action just add one line of code to trigger event

gs.eventQueue('event name', current, parm 1, parm 2);

 

Please mark this response as correct or helpful if it assisted you with your question.

Regards,
Harshal

View solution in original post

5 REPLIES 5

SAIRAM123
Tera Contributor

Hi @Harshal Aditya even I have the same requirement for SC Case. when a email reply is received to SC Case it is shown in activites but  want that to be notified to assign to user. Can you please tell me how can we achieve this by using inbound. 

 

i tried creating a new inbound & event and calling this event through notification but that did not work.!