Can we implement things in ServiceNow using any other languages like CURL, Ruby, Python etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:20 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:39 PM - edited 12-10-2023 09:40 PM
Hi @Kamal jain1 Refer below examples
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0690780
https://www.servicenow.com/community/developer-forum/curl-command-examples/m-p/1581940
https://www.servicenow.com/community/developer-forum/curl-api-error/m-p/2139530
https://www.servicenow.com/community/itom-forum/help-with-curl/m-p/1047197
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:54 PM
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.
Maik