Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Connecting Power Automate to ServiceNow via webhook

acusic
ServiceNow Employee
ServiceNow Employee

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.

2 REPLIES 2

DanielCordick
Mega Patron
Mega Patron

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!

 

 

Amit Verma
Kilo Patron
Kilo Patron

Hi @acusic 

 

Below post could be helpful :

https://www.servicenow.com/community/developer-articles/servicenow-integration-with-microsoft-powera...

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.