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

Forum Posts

How to show "Reschedule Change" button on portal?

 We had a requirement to show RESCHEDULE CHANGE button on the portal, similar to RESCHEDULE UPGRADE button on HI Ticket page. I would like to understand. is it custom feature developed by ServiceNow or is it OOB Feature?   @Ankur Bawiskar @Tanushree ...

Screenshot 2026-04-02 093515.png
Sathwik1 by Tera Guru
  • 130 Views
  • 1 replies
  • 0 helpfuls

Attachment to Base64 Conversion in Scoped App

I want to transfer attachment from ServiceNow to third part in Base64 format in scoped application. Below is my script and the error is "Scope does not have read access to table sys_attachment". I am trying this in custom action(flow designer)(functi...

Resolved! How to create incident via zoom

There is requirement to integrate zoom with ServiceNow which can create incidents from the interactions being generated from zoom (for e.g: someone calls up in a zoom ivr and the interaction is posted in SN and a incident is created from that interac...

Everbride Inegration

Hi, I am currently working on Business Continuity Management with Everbridge integration for mass communication. When I create an emergency notification for a crisis event, it throws an error, "Specify valid Incdent Template ID in the Connection and ...

Import Set API

(function process(request, response) {    var bodyText = request.body.dataString;    if (!bodyText) {        response.setStatus(400);        return { status: "Error", message: "Missing request body" };    }    var body = {};    try {        body = JS...

Import Set API

I am working on import set API:(function process(request, response) {    var bodyText = request.body.dataString;    if (!bodyText) {        response.setStatus(400);        return { status: "Error", message: "Missing request body" };    }    var body ...