creating record in third party application via API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:04 AM
Hi,
have requirement to post(create) record in other application (outside ServiceNow), via API.
Source data(ServiceNow) consists of multiple table, for which query need to written. once state field is changed ,this API should be triggered.
Please suggest on implementation. any tutorial link will also help.
Thanks
Ujjwal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:07 AM
you can have integration between ServiceNow and external API
Now we don't know the exact details what that external API is so we can't help much.
Please share some details
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:09 AM
Hello,
Create a REST Message for your third-party application.
Then, create a Business Rule that triggers after the state changes to call the REST Message. Ensure you use a Script Include to promote reusability and make the API calls asynchronous for better performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:15 AM
@Omkar Mone thanks for your input
payload will contain details, for which we need to write queries. How/where to add those scripts in REST message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 06:10 AM
Hi @Ujjwal1
Here is my video to integrate SN- SN. I know you did not ask for same, but this video will provide you with basic fundamental for integration
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]
****************************************************************************************************************