
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 11:03 AM
hi,
As soon as i click on a hyperlink which is there in an email received from Service Now , it should send an email to one more email address.
I wrote the following in the email script, when i click on the hyperlink "Send email" , it opens an email sending pop up box, where i have to click on "Send" button again.
var mailLink = '<a href="mailto:myinstance@service-now.com?subject= Re:&body=">Send email</a>';
template.print(mailLink);
any idea how to do this?
Regards
Yogish
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 04:22 AM
Hi Yogesh,
Processors would be a great way to do it. That would be a good use case for them. Don't forget to check your ACLs. The type field has a specific choice for securing processors.
Check Episode 19 of TechNow: Let's Process the Power of Processors | TechNow Live Expert Chat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 04:52 AM
ok Chuck. Thank you.
Brds,
Yogish Dafedar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 04:57 AM
You are very welcome Yogesh.
Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this discussion from your "inbox", use the "mark as correct" option under actions. If you are viewing it directly from the thread use the Correct Answer link (red with a star).
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 05:07 AM
We may refer this link as well, for a demo processor creation, great stuff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2016 05:12 AM
Thank you for sharing. There are some good processor resources out there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 01:03 PM
Do we really require to send a direct email by clicking on a link?
Are we not allowing user to verify if everything is OK like recepients, email content etc?