ChatGPT with ServiceNow

Priya_Mor
Tera Contributor

GET request from ChatGPT into ServiceNow and how to get Data on forms and response is also shown in Form.

10 REPLIES 10

Chris Fulton
ServiceNow Employee
ServiceNow Employee

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.

Actually, I got response using REST API from ChatGPT to ServiceNow Instance. But I want request and response shown in a form of servicenow. 

Chris Fulton
ServiceNow Employee
ServiceNow Employee

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.

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.