- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2025 04:46 AM
Hi ,
Anybody please help me , how to integrate servicenow integration with SAP-Signavio .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 04:20 AM
Doing some googling I found the below
https://community.sap.com/t5/technology-q-a/signavio-and-servicenow-integration/qaq-p/12481836
I would suggest following the ServiceNow developer course for how to set up a spoke here:
This isnt signavio specific but would be the same example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2025 08:49 AM
@Arun_Manoj you will have to go look at the SAP Signavio API documentation and look at which APIs/Rest messages get the data you need. Generally, customers pull their processes from Signavio into the Business process table in ServiceNow so they can map it to applications, services, risks, and controls
Once you understand the data you need from Signavio you would then create a spoke in ServiceNow for it.
If Signavia provides and OpenApi documentation you can have ServiceNow automatically create the spoke for you.
Then you will need to build a scheduled job to pull the data from Signavio at a defined interval to update any of the changes made in Signavio, this is called a delta file and would include only the changes since the last time the integration was run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 04:20 AM
Doing some googling I found the below
https://community.sap.com/t5/technology-q-a/signavio-and-servicenow-integration/qaq-p/12481836
I would suggest following the ServiceNow developer course for how to set up a spoke here:
This isnt signavio specific but would be the same example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2025 04:31 AM
@Connor Levien , Thanks alot 🙏 for your valuable response.