I'm building an API that will link 5 Fields from BambooHR to Azure AD and update those fields. It will skip anyone who doesn't have an account in Azure and move to the next person.
The fields in Bamboo:
First, Last, Job Title, Division, Reporting To
Fields in Azure:
First, Last, Job Title, Location, Manager
Psuedo Code:
Report is auto-created Daily in Bamboo
API is triggered to Read Report
API logs in to report
!Begin data move
API grabs next row of data
API logs into Azure
API uploads Data to Azure
Loop to !Begin
End
I have no idea where to start and would be glad to pay Tony or another developer. I’m brand new to Zapier and I feel like I’ll have to spend a lot of time reading the forums to get this time-sensitive task completed.