Let Oomnitza be your single source of truth!
You'll get visibility of your Freshservice users as data from Freshservice is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and Freshservice in minutes
Get the information and insights that you need to reduce costs and the time that you spend on administration tasks such as:
- Configurable dashboards and list views of key user information
- Configurable reports to share information about users with your colleagues and management
- Configurable workflows that you can easily create to automate such tasks as:
- Retrieving the SaaS user role and last login date.
- Forgetting and deactivating a user.
Navigation
Setting your Freshservice Subdomain as a global variable
Creating user workflows with the API block
Before you start
Best practice
For the integration with Oomnitza, create a dedicated user account.
Freshservice uses Basic Auth authentication. A username and a password are required to access the service.
You can use the same username and password you use when logging into your Freshservice helpdesk for authentication or you can use a personal API key provided by Freshservice. If you use the API Key, enter the API Key as your username. You can use any character as a dummy password. For further information consult the Freshservice API documentation.
Setting your Freshservice Subdomain as a global variable
To save time when you create workflows, set your subdomain as a global variable:
- From the menu, click Settings.
- Click Global Settings.
- Click Add new variable (+).
- Add the Freshservice.Subdomain variable and its value. The value is the name of your Freshservice subdomain. If your Freshservice URL is
https://mycompany.freshservice.com
your subdomain would be:mycompany.
- Save your changes.
Adding the credentials
To stream Freshservice user data into Oomnitza, complete the following steps:
- In Oomnitza, click Settings > Credentials.
- Click Add new credential (+).
- Add the information details.
- Click the AUTHORIZATION tab.
- Ensure that Basic Auth is selected as the authorization type.
- Enter the user name and password of your Freshservice account.
- Click Create.
Next
You use the credentials that you added to create and customize your Freshservice integrations with Oomnitza.
Creating the user integration
Info and connect details
- From the menu, click Settings.
- Click Integrations List View
.
- On the Integrations page, scroll down to the Extended section for User Integrations.
- Click NEW INTEGRATION.
- In the New User Integration sidebar, click Freshservice.
- Click APPLY next to the Freshservice User Load, and then click NEXT twice.
Connect page
Best practice
To ensure that only live user records are streamed to Oomnitza, choose Update only as your integration preference. When you run the integration, you can check the error logs to see which user records weren't uploaded and why they weren't uploaded. You can then decide whether to upload the user records that were skipped by changing your integration preference to create and upload. See Access error logs.
On the connect page, complete the following steps to connect the integration:
- Enter a descriptive name for the integration such as Freshservice User Load. This name will be displayed on the Integrations page once the setup is complete.
- From the User Selection list, select User plus SaaS User.
- From the Installation type list, select Cloud.
- From the Credentials list, select your credentials.
- From the Integration Preferences list, select Update only.
- Enter the name of the user of the integration.
- Enter the name of your Instance URL.
- Click Next.
Creating custom mappings
Map the Freshservice fields to Oomnitza fields and create custom mappings to get the user information that you need.
Complete these actions:
- Create a custom mapping for the Freshservice External ID. To do this, complete the following steps:
- Select the down arrow on the ID field that you want to map.
- Select Add new Oomnitza users field.
- Change the name of the field to Freshservice User External Id.
- Click CREATE.
- You have the option to create custom mappings to map any other field that you want to add to Oomnitza. To create an optional custom mapping, do the following:
- Click the down arrow on the field that you want to map.
- Select Add new Oomnitza users field.
- Change the name of the field.
- Click CREATE.
- Map and assign a sync key to the Email field.
- Click NEXT.
Note: For all user loads, it is recommended that you map role information to an employee role in Oomnitza. Users need to have an employee role defined in order to access Oomnitza. If the role information is not available from the user load, it is recommended that you select Employee from the Oomnitza Role dropdown list. You have the option to overwrite this at a later point should the role information become available.
Standard Freshservice to Oomnitza mappings
The following Freshservice fields can be mapped to Oomnitza:
Active
Address
Auto Assign Status Changed At
Auto Assign Tickets
Background Information
Can See All Tickets From Associated Departments
Connect: Credentials
Connect: Instance
Connector Sync Time
Created at
Email
External ID
First Name
Has Logged In
ID
Impact
Job Title
Language
Last Active At
Last Login At
Last Name
Location ID
Mobile Phone Number
Occasional
Reporting Manager ID
Role IDs
Time Format
Time Zone
Updated at
Usage Type
Work Phone Number
Want to map more fields to Oomnitza?
Contact Support, or see Mapping extended connectors.
When you've completed mapping the Freshservice to Oomnitza fields, click NEXT.
Schedule
By default, user data is streamed to Oomnitza once every day.
You can configure the schedule to meet your needs such as changing the interval or changing the time so that the data is streamed when your system isn't busy.
- Configure your schedule.
- Click FINISH.
Result
A new tile is created for the integration on the Integrations page.
What to do next
If you want to see the information that is collected now, click the tile on the Integrations page and click RUN NOW.
If you want to change the integration settings, you can click a navigation link on the page, such as 4 Mappings, and edit the settings.
Creating workflows
Creating user workflows with the API block
To reduce your workload and automate complex and repetitive tasks, you can create user workflows with the API block by following the steps in Creating user workflows with the API block. To locate the available presets, enter Freshservice in the Select Preset search field. Select your preset of choice and for every preset enter the following information in the Configure section:
- Your Subdomain, which is derived from the global variable Freshservice.Subdomain that you configured in Setting your Freshservice Subdomain as a global variable, or can be entered manually.
The Freshservice API block workflow comes with the following presets for users:
Using the Freshservice Forget Agent preset
The Freshservice Forget Agent preset allows you to permanently delete a agent and the tickets that they requested. The Freshservice user external id is mandatory and required for this preset. The external id is assumed to be stored in the Freshservice User External Id field that you created in Custom mappings. To manually modify the external id, complete the following steps:
- Click the Advanced Mode button located in the upper right of the window.
- In the Information tab, replace the variable {{user_external_id} in the URL field with the user id.
For further information see Freshservice REST API documentation: Forget an Agent.
Using the Freshservice Deactivate Agent preset
The Freshservice Deactivate Agent preset allows you to deactivate a particular agent. The Freshservice user external id is mandatory and required for this preset. The external id is assumed to be stored in the Freshservice User External Id field that you created in Custom mappings. To manually modify the external id, complete the following steps:
- Click the Advanced Mode button located in the upper right of the window.
- In the Information tab, replace the variable {{user_external_id} in the URL field with the user id.
For further information see Freshservice REST API documentation: Delete an Agent.
Creating Saas user workflows
You can create the SaaS User workflow by following the steps in Creating Saas user workflows. To locate the available presets, enter Freshservice in the Select Preset search field. Select your preset of choice and for every preset enter the following information in the Configure section:
- Your Subdomain, which is derived from the global variable Freshservice.Subdomain that you configured in Setting your Freshservice Subdomain as a global variable, or can be entered manually.
The SaaS User workflow block comes with one available preset, the Freshservice User Role preset .
Using the Freshservice User Role preset
The Freshservice User Role preset enables you to read a user’s role and last login date from Freshservice.
Ensure that you have the relevant permission to access these APIs. For further information see Freshservice REST API documentation: Agent Roles.
For further information on workflows see: Understanding workflows
Workflow block overview
Unleash the power of Oomnitza
To get valuable actionable insights that help you manage your users, learn how to:
- Configure dashboards for your users and software
- Configure custom reports about your users and software
- Create workflows to automate tasks
See Getting started for more information.
Did you know
You can also create extended connector integrations for Freshservice assets. Creating an extended integration for Freshservice assets
Comments
0 comments
Please sign in to leave a comment.