Employee Journey: Insert new employee into Workday
Created by @rdill
This pipeline pattern allows users to respond to a REST Post event triggered by a third party HR solution (e.g. Jobvite, Glassdoor, LinkedIn, etc.) and insert new employee(s) data into Workday.
Configuration
This pipeline requires the proper structure to insert a new employee in Workday. There are two kinds of data needed to create a new employee, “static” data, such as country reference, organization reference, etc. The second is the dynamic data, user name, hire date, etc. The pipeline is configured to provide the static data and all the user needs to do is provide the dynamic data.
Sources: Any application that can invoke a REST Post to create an employee in Workday and contains the necessary attributes to create a new employee in Workday. (In this case, a JSON document is used.)
Targets: Workday: Service, Staffing, Object, Hire Employee
Snaps used: File Reader, JSON Parser, Mapper, Workday Write
Downloads
POST Hire Employee.slp (9.4 KB)