Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this Article

Table of Contents
maxLevel2
absoluteUrltrue

...

Overview

Employee onboarding is the first glimpse into an organization for any new employee. If this process is smooth—the new employee is enabled with the right tools, technology, and learning resources in a timely manner, it creates a smooth and an efficient onboarding experience. Else, the employees may have to spend weeks or months to reach the expectations on them, which significantly hampers their productivity.

Problem

Employee onboarding is a complex process because it touches many enterprise systems from HCM, ERP, Service Management, and Training. Additionally, every industry and company has unique challenges with their workforce that need to be addressed with these workflows. The employee onboarding process has to be fast so that the new-hire gets on to the job quickly.

Solution

With an integrated SnapLogic Pipeline that includes Snaps from Exchange Online, OneDrive, and Slack Snap Packs, you can design a Pipeline that efficiently automates the employee onboarding process right from sending introductory mail to the relevant team, assigning permissions to new hire to access shared library of documents, and inviting the new hire to private channels in Slack. Using these Snaps we can automate the following tasks in the employee onboarding process:

...

Download this integrated Pipeline

Understanding the Integrated Pipeline

Prerequisites

  • User must be created and added to the Active Directory.
  • User must be created and added to the appropriate Slack Workspace.

This integrated Pipeline includes two Pipelines with a combination of Exchange Online, OneDrive, and Slack Snaps. 

  1. First Pipeline - We build this Pipeline to send onboarding emails using the Send Email Snap of Exchange Online Snap Pack.
  2. Second Pipeline - We build this Pipeline to automate the following tasks:
    1. Poll the email box to identify new emails.
    2. Connect Exchange Online, OneDrive, and Slack Snaps to perform the following tasks:
      • Exchange Online - Create and send a calendar invite for the induction session, and add the new-hire to the shared contacts list.
      • OneDrive - Assign access to one or more libraries in OneDrive.
      • Slack - Invite new-hire to Slack channels, upload picture of the new-hire, and post an introductory message.

Let's begin with building the Pipelines.

Send Employee Details

In this Pipeline, we configure the details of the new hires, and send introductory emails to new hires. We use the JSON Generator Snap, the Throttle Bot Snap, and the Exchange Online - Send Email Snap to accomplish these tasks.

JSON Generator SnapJSON Generator Output

Throttle Bot Snap

Send Email Snap Message in Email Body

Upon execution, this Pipeline sends an email to the new hire.

Trigger new email

In this part of the Pipeline, we configure the Pipeline to monitor the mailbox for new emails, filter emails that include the welcome onboard message, and extract the email address and name of the new hire to use them in the downstream Snaps.

...

From the filtered email, we intend to fetch the email address and name of the new hire and transform that data by mapping them as follows to produce new output data.


Upon validation, the following output is displayed in the Snap's preview.

Integrate Exchange Online, OneDrive, and Slack Snaps
Image Modified

In this part of the Pipeline, we integrate the Create Event, Add Contact (Exchange Online), Share Invite (OneDrive), and Channel Operations (Slack) Snaps to perform various actions in that order. To this end, we take a copy of the output from the Mapper snap to perform the following actions:

...

We can use this integrated Pipeline to automate employee onboarding process and save time required to perform each of these operations manually.

Downloads

Attachments
patterns*.slp, *.zip

...