Creating an integration app for ServiceNow store.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2023 10:24 AM
Hi there,
I am fairly new to ServiceNow and need to create an integration app that serves the following purposes:
1. Available on ServiceNow app store for anyone to install.
2. Takes API Key as input from the user and fetches data from a remote server.
3. Stores and displays that data in a table.
4. Based on a filter set by the user, assign tickets based on fetched data entries
Please share some resources so I can navigate my path in the right direction.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 02:52 AM
Hi @cyble-dev
Check the App engine studio , as it is dedicate way to create custom app.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 03:24 AM - edited 11-24-2023 03:24 AM
Hi @cyble-dev
Let's have a look to the below criteria first.
To publish an application to the ServiceNow Store:
- Create an application within a private application scope.
- Join the Technology Partner Program.
- Have the application certified.
Role required: admin, or delegated_developer with Publish To App Store permission enabled
Note:
- Applications in the global scope cannot be published to the ServiceNow Store.
- You must be a Build Partner to list an application on the ServiceNow Store. If you are not a Build Partner Program participant and you want to develop and sell applications on the ServiceNow Store you can join the ServiceNow Partner Program. Learn More
Then review the guidance to get your app certified.
Guide to getting your App Certified And Certification Requirements
Finally, you can check the Integration HUB in ServiceNow, and go ahead build your own app.
Integration HUB - REST API trigger