We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

API Insights forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Integration with Noggin

Hi Community, Does anyone have a step by step guide on how to complete the integration with Noggin? I am required to send the incidents created from ServiceNow to Noggin. 

AaronSoto by Tera Contributor
  • 2098 Views
  • 3 replies
  • 0 helpfuls

Export PDF function is possible through API?

Hello: In all the service request, incidents and other elements of service now, there is an option to export the ticket to PDF (Attaching screenshot). This gives a full PDF document with all the information in the ticket in PDF Format. It is possible...

edgarzuniga by Giga Contributor
  • 1314 Views
  • 2 replies
  • 0 helpfuls

Case Status Updates Work in UI but Not via REST API

Hi there, I can manually change case status in the UI but the same user cannot change status via REST API. Test Results:1. Update Assigned To: SUCCESSPayload: {'assigned_to': 'My Username'}Status Code: 2002. Update Assignment Group: SUCCESSPayload:...

tstone by Kilo Contributor
  • 891 Views
  • 1 replies
  • 0 helpfuls

Copilot Integration

Hello, has anyone written API calls out of ServiceNow into Copilot either via a integration spoke or a UI action?

cardanid by Tera Contributor
  • 1508 Views
  • 1 replies
  • 0 helpfuls

Powershell Reset-MsolStrongAuthenticationMethodByUpn

Has anyone been using Reset-MsolStrongAuthenticationMethodByUpn from powershell in ServiceNow As per the documentation Reset-MsolStrongAuthenticationMethodByUpn cmdlet within any workflows or integrations, you'll need to update them to use the new "R...

amanbgulati by Tera Contributor
  • 1232 Views
  • 1 replies
  • 0 helpfuls

Resolved! Create RITM taking Information from 3rd Party

Hi Team, My requirement is to Create RITM taking Information from 3rd Party.Here user will submit one form related Onboarding, then request will get submitted in that application then i want to pull that data daily basis and create RITM in ServiceNow...

End-to-End REST Integration Guide

A detailed End-to-End REST Integration Guide covering Outbound & Inbound APIs, Integration Hub, Data Stream Actions, and scripted REST APIs.This guide helps streamline data exchange and boost automation within ServiceNow.#ServiceNow #RESTAPI #Integra...

karra by Tera Contributor
  • 2453 Views
  • 1 replies
  • 1 helpfuls

Data not getting inserted via Widget for custom table

Hello Everyone, I have created a widget which will insert a record in scoped custom table. In this widget, im using a post call, on click of button, im inserting a record.  Somehow when i use table name as incident, record is getting inserted. But wh...