Sending Data from SNOW to external webpage.

Abhijit Das7
Tera Expert

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

 

ttt.png

Please guide me to build XML content.

Thanks in advance

 

cc: @Ankur Bawiskar 

1 ACCEPTED SOLUTION

@Abhijit Das7 

Nope

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@Abhijit Das7 

Did you check the API documentation for that website what it expects i.e. the HTTP method, body etc?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

 

This is actually web page created by someone . There is no particular documentation for it. 

@Abhijit Das7 

It has to be an API endpoint to which you will post the data.

what's your business requirement for this?

 

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar 

 

Is there any other way by which I can print data from servicenow to external webpage.

 

Thanks