In this exercise, you will test the integration scenario that you have designed. Please ensure that you have downloaded Postman client. You will create a new employee on BambooHR and then use the employee ID to trigger a request from Postman to your integration flow.
- You have completed all the prerequisites including the creation of service instance and key.
- You have established connectivity to Non-SAP systems.
- You have designed and deployed an integartion flow.
-
Login to your BambooHR system.
-
Mandatorily enter the following values. If you wish, you can also enter values for the other fields as well. Once you have entered all the values, click on Save.
Field | Descrption |
---|---|
Employee# | Enter an employee number of your choice |
Name | Enter values for first and last name |
Preferred Name | Enter the preferred name |
Gender | Choose a gender from the dropdown list |
Address | Mandatorily fill all values of the address, including the postcode and country |
Work Email | Enter the emailID of your GMail account that you used for this exercise |
- You will see a success message that the employee has been added. From the browser URL, plese make a note of the employeeID. You will see it indicated by the id URL parameter.
-
In the request URL, enter the endpoint of your integration flow that you deployed in this exercise.
-
Select the Authorization tab and select Basic Auth in the TYPE dropdown list.
-
Enter the clientid in the Username field and clientsecret in the Password field.
-
Select Body tab. Select raw radio button and enter the employee ID of the employee you created in this section. Here's an example of the value you would enter if the employee ID is 110.
<eid>110</eid>
After entering the value, click on Send.
-
If the request is successful, you will see a response code 200.
-
Access your GMail account. You should have received an email, referring to the new employee you created.
-
Access your Slack teched2020 workspace. You should see a message addressed to the team and requesting for the next steps to be processed.