Automate gifts and messages
Your users authorize your product to access their HRIS platform by going through an authorization flow using Merge Link.
If there are custom fields that your customer would like to sync specifically related to gifting or related information, they can map a specific Remote Field within the Merge Link UI.
Utilize GET Employees, to retrieve basic employee information such as an employee’s full name, work email, and employment status.
If you’d like to designate gifts based on groups/departments, you can leverage GET /Groups.
If you’d like to mail gifts directly to employee’s homes or workplaces, you can leverage GET /Location to pull employee work location, and home location.
Implement logic to reference stored data per employee such as start_date
, date_of_birth
to build out automations around messaging / gifting for celebrations such as birthday and work anniversaries!
Implement logic to disable employee profiles when they return an employment status of
Surface automated messages and gifting directly to your customers in your product with the power of HRIS integrations!