ChatGPT with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2023 11:15 PM
GET request from ChatGPT into ServiceNow and how to get Data on forms and response is also shown in Form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2023 06:00 AM
Is there a question in your post?
I've used ChatGPT to generate code that I've used to do REST calls for ServiceNow as well as other code snippets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 04:49 AM
Actually, I got response using REST API from ChatGPT to ServiceNow Instance. But I want request and response shown in a form of servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 06:35 AM
Can you give more detail about what you're trying to do? It sounds like you want the API call to show on a ServiceNow form. But, that doesn't seem to make sense because you don't need an API call in ServiceNow to display data in a form. So hopefully you can expand on your full use case that you're exploring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2023 10:59 PM
Yes, My Use Case is:-- Integrate ChatGPT with Service Now using REST API. When we integrate chatGPT with Service Now , then our response which we get from ChatGPT is shown in form fields. The request and response is json format but we want request and response in form field. We can do it through create new table and write BR OR create Record Producer/ Catalog item. But i don't know how we can interrelate these things.