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.

How to integrate MuleSoft with ServiceNow in UTHA release ?

Sandeep _
Tera Contributor
 
1 ACCEPTED SOLUTION

(1) You can use MuleSoft Supplied Connector for Integration with Service Now.

https://docs.mulesoft.com/servicenow-connector/6.14/

 

This do not support UTAH as it latest release 6.14.0 (19 April 23) supports till tokyo.

RahulPriyadars_0-1687587485093.png

 

 

(2) You can use REST API to do Integration of Mule-Soft with Service Now. Here HTTP connector of Mulesoft will be used for Integration.

 

https://docs.mulesoft.com/mule-runtime/4.4/rest-api-examples

 

Since this Integration is based on REST so HTTP connector will work with UTAH too.

Regards

RP

View solution in original post

4 REPLIES 4

Rahul Priyadars
Tera Sage

Hi

 

(1) You can use MuleSoft Supplied Connector for Integration with Service Now.

https://docs.mulesoft.com/servicenow-connector/6.14/

 

(2) You can use REST API to do Integration of Mule-Soft with Service Now. Here HTTP connector of Mulesoft will be used for Integration.

 

https://docs.mulesoft.com/mule-runtime/4.4/rest-api-examples

 

Regards

RP

Thanku you so much for your response. But I have already go through with this both documents. I have a simple query that mulesoft supports UTHA release or not?

(1) You can use MuleSoft Supplied Connector for Integration with Service Now.

https://docs.mulesoft.com/servicenow-connector/6.14/

 

This do not support UTAH as it latest release 6.14.0 (19 April 23) supports till tokyo.

RahulPriyadars_0-1687587485093.png

 

 

(2) You can use REST API to do Integration of Mule-Soft with Service Now. Here HTTP connector of Mulesoft will be used for Integration.

 

https://docs.mulesoft.com/mule-runtime/4.4/rest-api-examples

 

Since this Integration is based on REST so HTTP connector will work with UTAH too.

Regards

RP

Sandeep _
Tera Contributor

Great thanks, Sir.