We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Email functionality

Thato Masingi
Tera Contributor

Hello members of CSM,

 

Is it  possible to send out an email to a client based on a case which is logged by a client on Servicenow without going to outlook?

 

Kind regards,

1 REPLY 1

rohansargar
Mega Guru

Hello @Thato Masingi,

 

Go to:

System Notification → Email → Notifications

Click New

Configure:

Field Value
Table -> Case (sn_customerservice_case or your case table)
When to send -> Insert / Update
Condition e.g., State changes to Resolved
Who will receive Case → Contact (or Opened by)

Then define the email body.

Example:

Hello ${contact.name},
Your case ${number} has been resolved.
Resolution Notes:
${close_notes}

Thank you,
Support Team


Click Save → Done.

Now it sends automatically. No Outlook needed.

If my response helped, Please mark it as helpful,

Best Regards,

Rohan