- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 03:28 AM - edited 11-06-2024 10:52 PM
Hi Everyone,
I have to send "Thank you" from the servicenow to external webpage. And I have to print "Thank you" on this page.
I have already created Rest message with POST method. But I am not able to understand how to build XML content on POST method form so that it can print my message on above HTML page.
And I have to trigger this rest message from UI action
Please guide me to build XML content.
Thanks in advance
cc: @Ankur Bawiskar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 02:07 AM
Nope
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 03:53 AM
Did you check the API documentation for that website what it expects i.e. the HTTP method, body etc?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 03:56 AM
This is actually web page created by someone . There is no particular documentation for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 05:05 AM
It has to be an API endpoint to which you will post the data.
what's your business requirement for this?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 10:53 PM
Is there any other way by which I can print data from servicenow to external webpage.
Thanks