Let Oomnitza be your single source of truth!
You'll get complete visibility of your assets as data from Retriever is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and Retriever in minutes
Follow the steps below to connect Oomnitza and Retriever to use the Retriever submit order preset. You can use this preset to submit a request to an offboarding employee to return a device, all you need to do is give the address where you want the package returned. The offboarding employee will receive email notifications once their box is dispatched, and the company will also be kept informed of the status of the return. Currently only laptop return orders may be created with this API.
Navigation
- Setting the Retriever subdomain as a global variable
- Adding the credentials
- Creating workflows
- Creating workflows with the API block
Before you start
Best practice
For the integration with Oomnitza, create a dedicated user account.
Authentication is performed using an API key, which can be obtained by any admin in the Retriever portal.
For further information consult Retriever: Authentication.
Setting the Retriever subdomain as a global variable
To save time entering information when you create workflows, you can add the Retriever subdomain as a global variable in Oomnitza.
- From the menu, go to Configuration>General.
- Click Global Settings.
- Click Add new variable (+).
- Enter Retriever.Subdomain as the variable name.
- Enter your Retriever subdomain. If your subdomain is
https://mycompany.helloretriever.comyour subdomain would be:mycompany. - Save your changes.
Adding the credentials
To stream Retriever user data into Oomnitza, complete the following steps:
- In Oomnitza, click Configuration > Security > Credentials.
- Click Add new credential (+).
- Search for the integration, and then click the forward button > to select the integration.
- Add your API key.
- Click Create.
Integration not in the list? Click Advanced Mode and complete these steps:
- Add the information details.
- Click the AUTHORIZATION tab.
- Ensure that API Key is selected as the Authorization type.
- Ensure that the Token Name is Authorization
- Enter Bearer followed a space and the API Key. For example,
Bearer abcde-adw3n-jknadd78l1kjndc. - Ensure that Add to Header is selected.
- Save your changes.
Next
You use the credentials that you added to create and customize your Retriever integrations with Oomnitza.
Creating workflows
Creating workflows with the API block
To reduce your workload and automate complex and repetitive tasks, you can create a workflow with the API block. To create a user workflow, complete the following steps:
- From the menu, click Configuration>Workflows and select Users from the Objects list.
- Click Add (+). The Begin and End blocks are automatically added to the sandbox.
- Enter the name and a description of the workflow.
- Edit the Begin block by adding the rules that will trigger the workflow. For example, for this preset you may want to create a rule that identifies offboarding employees (such as those with Status=Offboarding).
- Click the Blocks tab, and drag and drop the API block onto the canvas.
- Click the Edit icon.
- Enter Retriever in the Select Preset search field and select an endpoint.
- Click the right arrow > to select your preset.
- Populate the required information in the Configure section.
- Your subdomain should be derived from the global variable you created when Setting the Retriever subdomain as a global variable. Alternatively, click Set Manually to manually enter your subdomain.
- Click Advanced Mode
- In the Authorization tab, select the credentials that you created in Adding the credentials.
-
In the Response tab map the message response by placing
{{response}}in the Response field and mapping it to a long text Oomnitza field. Once you have the entire response, you can then parse the JSON response values to custom Oomnitza fields, as per the example below. - Connect the blocks.
- Validate, launch, and save your workflow.
Retriever Submit Return preset
Retriever Get Orders preset
Retriever Get Order Details preset
{{return_id}}. To retrieve order information, you must ensure that the id, outbound tracking and return tracking is mapped to an Oomnitza field in the Advanced Mode > Response tab.
Comments
0 comments
Please sign in to leave a comment.