Integrate the icims to ServiceNow via API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 03:42 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 03:47 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 03:50 AM
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
http://wiki.servicenow.com/index.php?title=SOAP_Web_Service#gsc.tab=0
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 03:57 AM
Hi Anil,
Providing the User Name and Password and API Key youc can acheive this fuctinality
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 02:55 AM
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 .