Does any one have done integration with Bamboo HR, need suggestion how and where to start?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2016 01:12 AM
Does any one have done integration with Bamboo HR, need suggestion how and where to start?
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2016 01:31 AM
I have not worked with Bamboo HR at all, but it looks like they have a well documented REST API: BambooHR - Human Resource (HR) Software API Documentation
I have done many similar integrations, and this looks like it shouldn't be very challenging. What are you trying to accomplish?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2016 09:38 AM
My Requirement is to pull all the users from Bamboo and whenever any change occur to user information, it has to be updated in ServiceNow.
Usually, I have done integration using WSDL. As Bamboo providing api URLs, should I use it directly scripts.
Could you please share if you have any documents for similar integration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2016 11:28 AM
If you were previously working with a WSDL then it was a SOAP integration. This BambooHR API is a RESTful API so you will need access the endpoints that are listed in their documentation: BambooHR - Human Resource (HR) Software API Documentation
It looks like they support Webhooks, as well so could set up a two way integration if that meets your needs.