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

Browse the Community

Activity in API Insights

Integration

Honeywell prowatch integration in servicenow

  • Question

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...

  • Question

Resolved! How to Retrieve Caller Name in Fix Script (GlideRecord)

How to Retrieve Caller Name in Fix Script (GlideRecord) Hi everyone,I’m working with a Fix Script where I’m querying records from the incident table using GlideRecord.I want to retrieve the caller’s name (display value) from the caller_id reference f...

  • Question

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...

  • Question

Resolved! Is it possible to make update in Oracle based on data from Service Now Tickets

Can this use case be achieved by Service Now? If so, by what Service Now components and how, at a high level. Please let me know if you need further info.  use case at high level: 1. customers send in emails with data (ie: meter readings, customer na...

  • Question

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 ...

  • Question

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...

  • Question

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 ...

  • Question

Resolved! How to Configure Staging Table When Setting Up Import Set API

Hi, I would like to use the Import Set API - POST /now/import/{stagingTableName}/insertMultiple.https://www.servicenow.com/docs/r/en-US/washingtondc/api-reference/rest-apis/c_ImportSetAPI.htmlHowever, I'm having trouble understanding how to configure...

  • Question

Resolved! How to Configure Staging Table When Setting Up Import Set API

Hi, I would like to use the Import Set API - POST /now/import/{stagingTableName}.https://www.servicenow.com/docs/r/en-US/washingtondc/api-reference/rest-apis/c_ImportSetAPI.htmlHowever, I'm having trouble understanding how to configure the data sourc...

  • Question

Resolved! GlideImportSetLoasder and GlideImportSetTransformer API

Hi Community,I’m working on a requirement within a scoped application where I need to automate the “Load Data” process from a Data Source using script, and then programmatically trigger the associated Transform Map to move the data into the target ta...

  • Question
Getting started

We want your journey here to be as great as can be, so we have put together some links to help you get quickly familiarized with the Community.