Interface with external applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 10:30 AM
Hi,
I need to set up an interface between ARIS (Software AG) 10.1 and ServiceNow. This interface will send from the CMDB, the CI updated to ARIS (SaaS).
Has anyone already set up this type of interface, otherwise how do I get started? Thank you in advance for your feedback

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 10:33 AM
Hello Catherine,
You can build this integration via IntegrationHub (action designer) and configure the flow to trigger this based on conditions from ServiceNow.
- Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 10:38 AM
Hi Pradeep, thanks for your quick reply.
The flow will be ServiceNow -> ARIS and newer ARIS -> ServiceNow, so I am not sure that the integration hub is justified. Am I correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 10:53 AM
Since you probably want this as a scheduled job, not necessarily working from within the context of a workflow, you could just write it as a REST scheduled task, as well. If ARIS supports REST web services, you just create your REST message/endpoint, and invoke that from the script include.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 10:57 AM
Hi Mike, your recommandation matchs with the needs 🙂
Do you have an idea of the development charge?