When configuring mappings in the trigger, users can select which fields to pull from the system when creating the Trigger issue. The format for the Mapping Configuration is:
The “key” prefix identifies the ID field (Worker_ID, EmployeeID, CandidateID). This is also used to run a duplicate check and ensure that a new hire workflow is not triggered for the same employee twice. Only one key should be specified.
Apart from simple fields (string, date), OnRamp also supports complex fields like Single Select and User Select. Add the type after the “|” delimiter. This will create the fields in the specific type when creating the Trigger issue.
map:First_Name=customfield_10159|single_select
map:Email_Address=customfield_10158|user_select
map:Email_Address=customfield_10158|to_int
map:Email_Address=customfield_10158|to_str
Mapping fields for Workday system triggers
When using Workday system trigger, OnRamp supports complex field mappings like
Workday supports Integration Field Overrides to pull custom fields from their API. To configure field overrides, set up the below parameters:
fo_intsys:workday_intsys_id (the Integration System ID of the integration in Workday that has the field overrides)
map:Integration_Field_Override_Data[manager_name]=customfield_10122 (retrieve calculated fields in API response, where manager_name is the name of the field. Note - only string, number or date fields are supported for field override values so any single/multi-instance fields will need to first be transformed.)
To configure Field Overrides in Workday, follow these steps:
Create an integration system (can be of type generic) in Workday. Capture the Integration System ID.
Add a field override service to this integration system. Add a field for every custom field you want to capture.
Make sure your Integration System User has access to those calculated fields.
Max records that can be processed in each scheduled run is 100. If you need to process more than 100, please use Workday Custom Report trigger that has a limit of 500.
Mapping fields for Workday Custom Report trigger
OnRamp supports pulling data from Workday Custom Reports that are exposed as RaaS web services. To get the custom report URL in your tenant, go to View URLs Web Service action on your report, in the JSON section, right-click JSON, then Copy URL. The URL format will be something like below:
Use the above highlighted information in the trigger mapping configuration field. The reportuser and reportname combination should be provided in the “report_name” property. Filter values can also be setup as shown below.
If your mappings are different for updates and insert flows then use these two configurations: update_for_flow and disable_updates. Set update_for_flow to the name of the flow used for inserts.
Max records that can be processed in each scheduled run is 500.
Mapping fields for BambooHR
OnRamp supports pulling standard and custom fields from BambooHR. Here’s an example mapping:
Any field available in BambooHR (list available here) can be used in this mapping.
Using BambooHR Other trigger allows you to pull data from other data sources in BambooHR. For example, to pull time off data use the below trigger mapping. The special “timeoff_key” is set to employee ID + start date. This is to ensure that multiple pulls of the same leave data does not create duplicate Jira issues. By default all leaves in the past and future 30 days from run date will be pulled.
OnRamp pulls all recent applications that are in a status of Hired. It then pulls the candidates associated with those hired applicants. You can specify fields from the Candidate object to be mapped. Here is the example mapping configuration for Greenhouse.
key:id=customfield_10121 map:first_name=customfield_10122 map:last_name=customfield_10123 map:title=customfield_10133 map:company=customfield_10132 map:email_address=customfield_10085 map:phone_number=customfield_10086 map:job_name=customfield_10134 (job_name pulls the name of the job on the application with status=hired)
Other Greenhouse API fields (candidate, application, job, offer) can be pulled too. Here are a few examples:
Since OnRamp pulls only hired candidates, it expects only one application and one job tied to the hired candidate. See Greenhouse API docs for the full list of fields they return.
OnRamp by default filters all applications that are in “hired” status. But an additional filter can be configured e.g. start_at date that’s part of the offer. Here’s the line to add to filter hires that have a start date older than 7 days:
filter:starts_at=-7
Max records that can be processed in each scheduled run is 250.
Mapping fields for Personio system triggers
See this link for connecting to Personio. OnRamp supports both hires and terminations triggers from Personio. Choose the appropriate trigger when configuring your flow.
Here is the example mapping configuration for Personio.
This maps fields like userID from the API response to a custom field. Here are sections that can be expanded: positionNav, departmentNav. Use the format <expandedSectionName>_<fieldName>=customfield e.g map:positionNav_jobTitle=customfield_10057
To validate the data returned by your OData API endpoint, use a tool like Postman to invoke the query. Here’s a sample URL: