- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 11:07 PM
Hi All,
I configured notification in the workflow and now I am looking to add URL of the order guide in the body of the email to raise request.
can someone help with the approach to achieve this requirement.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2023 04:21 AM
Hi All,
I found the way to make URL form the workflow notification activity by giving the URL to be redirected in the content of the email as below
< a href="">form</a>
for eg :- < a href="https://www.servicenow.com/community/developer-forum/how-to-add-url-in-the-body-of-the-notification-...">form</a>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 11:44 PM
In notification go to what it will content in body type any text you required select that text and above that in banner you have insert/edit link option click on that or just right click on text in which you want to add URL you can see option to add link screenshot attached below.
Fields in that:-
1. URL:- give the URL of order guide
2.text to display:- the text which is shown in email body
3.Title:- by your choice
4.open link in :- select the option where you want to open that record(new tab,same tab etc.)
(Tip :- In URL don't give your instance name do like this:- Instance url/incident.do?sys_id=58f7e51a47083110b5cee332736d43fa)
Regards,
Ranjit Nimbalkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 11:46 PM
@Ranjit Nimbalka Thanks for the response but am looking to add the link in the workflow notification activity, could you please help on the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 11:50 PM
Hi @chiranjeevi Kup,
If you are using notification activity in workflow. You can use the same way as Ranjit suggested in workflow as well.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 11:56 PM
@Sagar Pagar but my workflow activity looks like below and no where the options as mentioned by @Ranjit Nimbalka