Should I use the native ServiceNow integration API's or use Mulesoft to control all API's regardless if a native API is available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2022 09:07 AM
There are several API's available that are used within the ServiceNow instance. GitHub, Jenkins, Flexara, etc. My question is with Mulesoft integrated should we use Mulesoft to integrate these API's or use the native API's from ServiceNow? Benefits and Negatives of each? What are your thoughts?
- Labels:
-
Best Practices
-
Multiple Versions
- 1,184 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 12:50 AM
Before Going into Solution- May i have your use case in more functional way? What is the end Goal ?
Just to let you know - We are using Another ESB (Dell Boomi) like Mulesoft to Integrate our Domain Separated Service Now Instance which is used by Shared Services Team.
Our use cases forced us to use Dell Boomi as Middle layer for almost all service now integrations.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 06:50 AM
Have you had to re-develop these API's. Use case would be any api.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022 11:53 PM
we have not developed API in our case.
Dell Boomi has many inbuilt connector and even it was for service now- But OOTB Connector was not able to fulfill our needs. So we built Boomi Processes using HTTP connector. This uses Service Now standard APIs.
Our data processing and data transformation is happening at Boomi layer. Also no load or Performance issue on Source/Destination system.
System1 ----Throw data-----> Dell boomi (Transform/Translate/Process) -----> System2
System2-----Throw Data----->Dell boomi (Transform/Translate/Process) -----> System1
All done using standard APIs of System1 , Boomi and System 2.
Hope this helps.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 08:11 AM
What kind of issues did you found that make you think that connectors are not enough?