How to send JSON response from servicenow to 3rd party application?

Ramya Neelam1
Tera Guru

Hi All,

I want to know how can I send the response I am getting from a Application A to Application B from a Servicenow.

I am using Rest API, written a Rest message and was able to capture the response coming from Application A(captured it in one of the SNOW tables) now I wanted to send this response to Application B. You can consider Applications as two different servicenow instances.

Please provide your suggestions, it would be very much helpful for me.

Thanks in advance.

 

 

1 ACCEPTED SOLUTION

Thanks for your reply, I have fixed my issue, I was sending incorrect data in the http query parameters content section, have corrected it.

 

Thank you.

View solution in original post

6 REPLIES 6

@Ramya Neelam 

Glad to know.

Please close the thread by marking your own response as correct.

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Mahesh Bachhav
Kilo Expert

@Ramya Neelam,

You have to create a REST endpoint in application B. Call application B's REST endpoint from application A and send the response of application A as a request body to application B's REST endpoint.