- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 03:05 PM
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.
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 09:01 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 09:53 AM
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