Let Oomnitza be your single source of truth!
You'll get complete visibility of your users as data from Calendly is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and Calendly 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 such as:
- Workflows for inviting users to Calendly
- Workflows for getting a Calendly user's details
- Workflows for removing users from Calendly
- Workflows for retrieving the SaaS user role
Navigation
Add your Organization ID as a global variable
Before you start
To stream Calendly user data into Oomnitza, you must obtain your Calendly Client ID and Secret and Organization ID.
To obtain your Calendly Client ID and Secret, you need to complete the following steps:
- Create a Calendly developer account for free, if you have not already done so.
- Log in and create a new app
- Give your app a name
- Choose web app
- Choose an environment
- Enter the following redirect URI:
https://generic-oauth2-proxy.oomnitza.com/oauth2/redirect_url - After you create your application, copy your client ID and Client Secret.
To get your Calendly organization ID, complete the following steps:
- Send the following URL in your browser with the correct Client ID:
https://auth.calendly.com/oauth/authorize?client_id=123456&response_type=code&redirect_uri=https://generic-oauth2-proxy.oomnitza.com/oauth2/redirect_url - Retrieve the code which is the value that appears in your browser after the equals sign
- Copy and paste the URL into Postman and include the code that you retrieved:
https://auth.calendly.com/oauth/token?grant_type=authorization_code&code=replacewiththecodeyourretrieved&redirect_uri=https://generic-oauth2-proxy.oomnitza.com/oauth2/redirect_url - Select Basic Auth and for the username and password enter your Client ID and Secret.
- Send the request as a POST request in Postman.
- Your organization ID appears in the response in the organizations URL. For example, if the organizations URL is:
https://api.calendly.com/organizations/EBHAAFHDCAEQTSEZ,your id isEBHAAFHDCAEQTSEZ - Make sure to copy and store your organization id, as you will need to generate a new code to send the request again.
Useful links
Calendly API Documentation: Get Access Token
Calendly API Documentation: Register your OAuth application
Add credentials to the vault in Oomnitza
To authorize connections between Oomnitza and Calendly, complete these 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.
- Enter your client credentials and any other additional information.
- Click Authenticate. You are prompted to log in to authorize your request.
- Click CREATE.
Information
If the integration is not listed, click Advanced Mode, and add your credentials.
- Add the information details.
- Click the AUTHORIZATION tab.
- Ensure that OAuth 2.0 is selected as the Authorization type.
- Ensure that Calendly is selected from the SaaS list.
- Enter your Calendly client ID and secret.
- Authenticate the connection.
- Click CREATE.
Next
You use the credentials that you added to create and customize your Calendly integrations with Oomnitza.
Add your Organization ID as a global variable
To save time entering information when you create the integration, you can add the Organization ID as a global variable in Oomnitza.
- From the menu, go to Configuration>General.
- Click Global Settings.
- Click Add new variable (+).
- Enter Calendly.OrganizationID as the key.
- Enter your Organization ID.
- Save your changes.
Create the user integration
- In Oomnitza, click Configuration > Integrations > Overview.
- Click Block view
.
- On the Integrations page, scroll down to the Extended section for user integrations.
- Click NEW INTEGRATION.
- In the sidebar, search for the integration.
- Click ADD.
Integration details overview
More information is provided about the following fields to help you complete the integration:
- User only. Add user records.
- User plus SaaS user. Add user and SaaS user records.
The benefit of adding SaaS user records is that you can run a workflow to validate the status and activity of SaaS users and retrieve information such as the role of the SaaS user. The information that can be retrieved depends on whether SaaS user workflows are available for the integration.
Installation types
- Cloud. Store credentials in the Oomnitza cloud.
- Local. Store credentials locally. If you want to sync Oomnitza with vendor applications that require AWS or OAUTH authentication, select cloud as the type of installation. Local installations don't support AWS and OAuth authentication.
Integration preferences
- Create & Update. Add and update records.
- Create only. Add records.
- Update only. Update records.
Editing the integration details
- Click Edit
.
- Make your changes.
Editing the credential details
If you selected Cloud as the installation type, choose one of the following options:
- Select the credentials that were created for the integration.
- Edit the credentials that were created for the integration.
- Create new credentials
Scheduling the integration
By default, data is synced once every day. Change the interval or the time so that the data is streamed when your system isn't busy.
- Click Edit
.
- Make and save your changes.
Mapping fields to Oomnitza
To map the fields to Oomnitza, click Edit .
Selecting Edit integration to add rules for syncing data.
Filtering integration results.
You can add new fields to your integration by selecting Add new field on the mapping page.
Creating custom API fields.
Mappings
To map the fields to Oomnitza, click the pencil.
Create custom mappings
- Click Smart Mapping to automatically detect appropriate mapping fields. Values from the integration can also be dragged to the appropriate field on the Oomnitza side, or selected from the integration field dropdown.
- Create a custom mapping to map for the Calendly Id field. To create a custom mapping, do the following:
- Click the down arrow on the Id field.
- Select Add new Oomnitza users field.
- Change the name of the field to Calendly User ID.
- Select the Unique checkbox.
- Click CREATE.
- Map the Organization Id field to a custom field called Calendly Organization ID.
- Map the Organization Membership Id field to a custom field called Calendly Organization Membership ID.
- Ensure that the Email is mapped to the
- Username field on the Oomnitza side (required for integration).
- Email field on the Oomnitza side (required for integration).
- Select the Role field on the Oomnitza mapping side.
- Choose a suitable role from the list (a defined role is necessary for the integration)
- Assign a sync key to a unique field, such as the Email.
- Click UPDATE.
Custom Calendly to Oomnitza mappings
The following Calendly fields can be mapped to Oomnitza:
- Connector Sync Time
- Created at
- Full Name
- Id
- Organization Id
- Organization Membership Id
- Role
- Time Zone
- Updated at
Launching the integration
Your integration is in Draft mode until the required mandatory fields are added. When added, click Launch to activate your integration.
If you selected Cloud as the installation type when creating the integration, see Running an extended integration
If you selected Local as the installation type when creating the integration, see Running an extended integration locally.
Viewing data ingested by Oomnitza
Viewing ingested asset data
For asset integrations, click Hardware. If the asset integration also ingests software data, click Software.
Viewing ingested user data
For user integrations, click People. If you chose the option to ingest User and SaaS user data, click Software > SaaS, click the SaaS app, and then click the Users tab.
Related Links
Create workflows
Use API presets to create workflows
To reduce your workload and automate complex and repetitive tasks, you can use the following presets:
- Calendly Invite User
- Calendly Get User Details
- Calendly Remove User Membership
- Click Configuration > Workflows
- Click Add (+) and select People from the list.
- Edit the Begin Block and add rules to trigger the workflow. For example, if you set the Actions to Schedule and add a rule so that the Email Equals <EmployeeEmail> you can trigger a workflow to fetch a user matching a certain name on a specific date. Refer to Using the Begin block.
- Drag and drop the API block onto the Sandbox.
- Click Edit on the API block and enter Calendly in the search field
- Choose one of the following presets:
- Calendly Invite User
- Calendly Get User Details
- Calendly Remove User Membership
- Enter your credentials.
-
Select the Response tab. You can map the entire response by placing
{{response}}in the Response field and mapping it to an Oomnitza field. - Connect the Blocks.
- Save, validate, and activate your workflow.
Reference articles for workflows
Use the SaaS User Role to create workflows
You can create a Saas User workflow in Oomnitza using the Calendly User Role preset. This preset supplies you with the role of your SaaS users.
Prerequisites
Before you create a SaaS user workflow, you should have already run your extended user integration and selected User plus SaaS User to populate the software entry in the Software > SaaS menu.
To create a Saas User workflow using the Calendly User Role preset, complete the following steps:
- Click Configuration > Workflows > Saas Users from the menu.
- 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 further information see SaaS User Roles.
- Click the Blocks tab, and drag and drop the SaaS User Role retrieval block onto the canvas.
- Click the Edit icon.
- Enter Calendly in the search field and choose the Calendly User Role preset.
- Click the right arrow >.
- Enter your Credentials.
- Enter your Organization ID.
- Select the Deactivate User checkbox to deactivate the SaaS user in SaaS > Calendly > Users if they are not found in your Calendly instance.
- Click SAVE.
- Connect the blocks.
- Save, validate, and activate your workflow.
To view active Calendly users in the SaaS Users UI, complete the following steps:
- Click Software from the menu.
- Select the SaaS tab, and select your software entry for Calendly.
- Click Users in the side pane.
- The Role column will be populated with the user details to confirm that this user has been found in your Calendly SaaS.
Reference articles for creating workflows
Unleash the power of Oomnitza
To get valuable actionable insights that help you manage your assets, learn how to:
- Configure dashboards for your assets and software
- Configure custom reports about your assets and software
- Create workflows
Comments
0 comments
Please sign in to leave a comment.