ServiceNow REST API - How to include an email template when sending email via API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 07:01 AM
I am currently using the Rest API to send emails to users, however I want to include an email template (Quick Message) in the API to enhance the solution. I've gone through the Email API documentation, however it does not mention how to specify an email template in the POST call to the API. Does anyone have experience with including email templates in an API call when sending an email? Any help would be much appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2023 07:12 AM
Hi
if you are really referring to quick messages (and email templates, because this is something different) then there is no option for that, as quick messages are applied to the email body on the UI side. That means they are already part of the email body when sending an email.
Maik