Connecting Power Automate to ServiceNow via webhook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 02:49 PM
I have a customer who is trying to connect Power Automate to ServiceNow to come up with a new flow that creates a service request. The customer is attempting to do this via webhook. Looking for some guidance on how they can best achieve this, or if there is a simpler alternative method. The proposed flow processes a new hire in Power Automate then is supposed to send data to ServiceNow to generate a service request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 03:21 PM
One way you could do this is with a Scripted Rest API, Power Automate would send the new hire information to the end point and that endpoint would process it and submit a request using cartJS
info on cart JS: https://developer.servicenow.com/dev.do#!/reference/api/utah/server/sn_sc-namespace/c_CartJSScoped#r...
that is just one way, there is also the import set API or the table API
good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 07:05 PM
Hi @acusic
Below post could be helpful :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.