Auto reply for closed changes

Deepthi24
Tera Contributor

Hi ,

 

While user send an email to the closed tickets like change, then the auto reply email should be triggered to the sender from ServiceNow that "Your ticket is already closed please raise new ticket" .

As of now we have configured the below steps.

1. Created an event - "sc_request.closed.autoreply".

2. Then created a Notification - "Reply to Closed Change" 

Deepthi24_0-1729746694542.png

Deepthi24_1-1729746774093.png

 

3. Created an Inbound action.

Deepthi24_2-1729746866411.png

 

Deepthi24_3-1729746953591.png

Still the auto reply mail is not triggering , Please help on this.

 

Regards,

Deepthi 

2 REPLIES 2

Runjay Patel
Giga Sage

Hi @Deepthi24 ,

 

look like you are doing correct only. Put the log in inbound action to check whether it is going inside if or not.

 

add one log inside of condition and print email.origemail . Also you have add one more parameter to event queue .

 

add empty string after email.origemail, ‘’.

now after making changes and test again, also check event table whether any event are getting created or not.

 

please accept the solution if it helped.

Hi @Runjay Patel ,

 

Thank you for your reply.

I have tried the line you have mentioned above "email.origemail, ".

 

Deepthi24_1-1729748338512.png

 

Event is not getting triggered in event table. Also not getting logs.

Deepthi24_2-1729748366495.png