Can we implement things in ServiceNow using any other languages like CURL, Ruby, Python etc.

Kamal jain1
Tera Contributor

Hi Team,

 

We have to implement an integration in ServiceNow for which API documentation provided by the vendor is using CURL. As far as I know, things in ServiceNow can be implemented using Javascript only. But the vendor suggested that after installation of the Plugin associated with this integration in serviceNow, we can pass CURL parameters in ServiceNow. Is it really possible. Kindly suggest.

 

Regards,

Kamal Jain

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @Kamal jain1 ,

CURL is a Linux command line tool to send HTTP requests to any endpoint. So it is just a tool leading to a result. For the same goal we have in many other languages or tools similar approaches, so it doesn't matter who this tool is named.

And the same can be done in ServiceNow just with configuration and no implementation. 

See https://developer.servicenow.com/dev.do#!/learn/learning-plans/vancouver/servicenow_application_deve... 

Maik