This is a sample use case to demonstrate how to add users to workplace groups at the time of onboarding.
Image1. Workflow overview
Image 2: Workflow overview
Create the event when a Service request is raised.
Followed by the condition to ensure that the service request raised is for employee onboarding.
You can then pull in that app node which will have the following configuration:
App Name: Workplace – Orch
App Action: Lookup user by Email ID
Image 3: App node 1
To validate if the user details, the condition node is added to check if that status code is 200
Pull in the App Node which will have the following configuration:
App Name: Workplace – Orch
App Action: Get group by Name
Image 4: App node 2
To validate the group detail, the condition node is added to check if the status code is 200
Pull in the App Node which will have the following configurations:
App Name: Workplace – Orch
App Action: Add user to Group by ID.
Image 5: App node 3
Add the condition node to check whether the user has been added to the Workplace from Facebook group successfully.
Finally, add a confirmation note on the Ticket.