Library

All Articles

5 tutorials in REST API

REST APIJul 16, 2023

How To Send A JSON Object Body With The RESTMessageV2 API – Use setRequestBody()

How To Send Data Using RESTMessageV2 When crafting integrations with external systems in ServiceNow, sending JSON data in the request body using RESTMessageV2 often becomes a necessity. But why is this a significant practice in

Read article →
REST APIJul 16, 2023

How To Set An API Header RESTMessageV2 In ServiceNow

Mastering Headers in ServiceNow RESTMessageV2 In the realm of ServiceNow scripting, a vital aspect of working with APIs is correctly managing headers. As an administrator or developer, setting headers while scripting with RESTMessageV2 can significantly

Read article →
REST APIJul 15, 2023

How To Set An Endpoint Using RESTMessageV2

Mastering RESTMessageV2 in ServiceNow: Setting an Endpoint and Why It Matters In the evolving landscape of IT service management, integration with external systems has become an imperative need. ServiceNow, as a platform, excels in this

Read article →
REST APIAug 25, 2022

How To View Outbound REST API Calls In ServiceNow

Have you ever wanted to know where to see your ServiceNow API calls? You know that you’ve made an API call from ServiceNow, but you’re not seeing it in the system logs and you don’t

Read article →
REST APIJul 12, 2022

ServiceNow Table API – Integrate using cURL, Python, Ruby, JavaScript, Perl or Powershell

Below, I’ll show you how you can use 7 different scripting languages to authenticate to ServiceNow and retrieve/consume data. You can integrate with ServiceNow with the following scripting languages (not limited to): ServiceNow Scripting, JavaScript,

Read article →