Integrate the icims to ServiceNow via API.

chacko
Kilo Contributor

Hi ALL

Could anyone please let me know how to integrate the icims to ServiceNow via API, so that the HR can update the new employee details in icims. Hence when new updates happens in icims, automatically ServiceNow should create a task for help and facilities.

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Anil,



I did find an API provided by ICIMS which is REST. May be you can explore on this.


REST API | iCIMS Developer Resources



Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.


Thanks


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Karthik Reddy T
Kilo Sage

Hello Anil,



You can use REST API Or SOAP for this integration.



If any   application supports REST or SOAP we can integrate with servicenow.



http://wiki.servicenow.com/index.php?title=REST_API#gsc.tab=0



REST API



http://wiki.servicenow.com/index.php?title=SOAP_Web_Service#gsc.tab=0



SOAP web service


Karthik Reddy T.
ServiceNow Commnunity MVP -2018 class.

Chandu Telu
Tera Guru
Tera Guru

Hi Anil,



Providing the User Name and Password and API Key youc can acheive this fuctinality



find_real_file.png




please find the below link calliong the Api in business rule



Rest API Variable Substitution in Business Rule


Please provide your feedback appropriately (Like, Helpful, Endorse AND/OR Correct) to help community.


Thank you!


Chandu Telu


Mrman
Tera Guru

@chacko  Please let me know if you were able to achieve this inbound integration into Service Now from iCIMS .

We have similar requirement to push the candidate details into ServiceNow when someone gets onboarded in iCIMS . Please guide me how to achieve this requirement.

I have referred to https://developer.icims.com/ but could not find how to make outbound call from iCIMS into Servicenow .