how to connect to external server

hghg
Kilo Contributor

Hi,

Does anyone know if there is any ServiceNow API that allows an application to send messages to external server such as through https?

Thanks.

1 ACCEPTED SOLUTION

While I don't see any documentation on it, there is an API class called GlideHttpRequest(). You can find examples of it under System Defintion> Scripts Includes, in the RESTMessage and WbemHttpClient records.



Take a look and see if that helps.



I understand the GlideHttpRequest API is being expanded upon in future releases.


View solution in original post

5 REPLIES 5

I'll work on getting the developers to document that GlideHttpRequest class in the future. It will be on the developer site.



If I have answered your question, 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 from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you