Vrol integration with servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2025 11:37 PM
Hi All,
How to establish a connection between vrol and servicenow , so that servicenow can receive transaction data from vrol.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 03:03 AM
Hi,
What transaction data are you going to receive? There are store apps available, this can be leveraged if you are using for the same purpose.
If you not using this feature then you can use table api if vrol sends single record at a time or import set api if bulk data is sent.
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 05:07 AM
Hi @palanikumar,
i have set up the visa spoke in servicenow and have created rest message for the connection. but while testing it out i'm getting an error that "method failed with code 500" . could you please let me know any solution for this.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 07:43 AM
Can you try calling the Rest message from POSTMAN. If you are getting 500 error in Post Man then you need to check the vrol side
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 07:51 AM
Hey , From postman i tried but its not giving any response