Does any one have done integration with Bamboo HR, need suggestion how and where to start?

feroz4051
Mega Expert

Does any one have done integration with Bamboo HR, need suggestion how and where to start?

3 REPLIES 3

Robert Beeman
Kilo Sage

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?


feroz4051
Mega Expert

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.


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.