- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2022 03:08 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2022 01:51 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2022 10:13 PM
Glad to know.
Please close the thread by marking your own response as correct.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 08:47 PM
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.