- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 02:31 AM
Is Glide Email Outbound allows us to send email without creating a notification record in instance?
Thanks
Vijay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 02:39 AM
Yes, Glide Email Outbound allows us to send email without creating a notification record in the instance.
Please find below the steps to achieve this:
GlideEmailOutbound: API allows creating emails directly without using any email notifications. go through the below link for more information and examples.
Also, please find the below screenshot of the sample code, you can update the email address with your own.
Please hit like/accept as solution, if the above information is worked/useful for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 02:39 AM
Hi @Vijay Talupula,
Yes, GlideEmailOutbound class to send an email without creating a notification record in the Instance.
To known more information about GlideEmailOutbound refer below article
Documentation : https://docs.servicenow.com/en-US/bundle/rome-application-development/page/app-store/dev_portal/API_...
If my response helps you to resolve the issue close the question by Accepting solution and hit thumb icon. From Correct answers others will get benefited in future.
Regards,
Mohan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 02:39 AM
Yes, Glide Email Outbound allows us to send email without creating a notification record in the instance.
Please find below the steps to achieve this:
GlideEmailOutbound: API allows creating emails directly without using any email notifications. go through the below link for more information and examples.
Also, please find the below screenshot of the sample code, you can update the email address with your own.
Please hit like/accept as solution, if the above information is worked/useful for you.
Thanks,
Harish Kota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 03:04 AM
Thank you Harish! for the explanation and code, I have tried, it's worked for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 02:05 PM
It needs to be under global application