How to GET third party application data into ServiceNow using GraphQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2024 03:18 PM - edited 12-08-2024 04:42 PM
Hi All,
how to fetch same 3rd-party application data into ServiceNow using GraphQL what is the process. ?????
ServiceNow PROD integrated with Third party application using With REST API . fetching data from 3rd-party application into ServiceNow and creating records in serviceNow target table. We are calling REST API from Business rule, BR will send setParameterNoEscape () and get's the parameter related data from 3rd-party application
I have seen so many GraphQL videos and articles every where they are fetching Incident data from Incident table ( entire setup they are doing inside servicenow and querying servicenow tables only, they are just simply using GlideRecord_query() and fetching required servicenow tables fields data from servicenow itself only .)
But Concern is How to communicate with 3rd party application using with GraphQL and fetch data into serviceNow and create records in serviceNow target tables . Normally REST API's contains 3rd part application END points and so end-points get's triggered to fetch data. Here how to fetch same 3rd-party application data into ServiceNow using GraphQL what is the process. ?????