Skip to content
English
  • There are no suggestions because the search field is empty.

Aura Insights - Self Registration Guide

    1. Go to your login page.
    2. Select a Global Admin account that will be used for creating tenant/onboarding process (on incognito pages you will be asked to type user and password):
      2
    3. If you have 2FA enabled, you will be asked to approve the sign in request.
      3
    4. After approving the request, the following screen will appear, prompting the user about the permissions that need to be granted. Check the box to agree and click accept to grant the permissions. NOTE: These are read-only permissions. Write permissions can be granted later on.
      4
    5. Please select your region and confirm. Fill Contact Information (company information and email are filled automatically but can be edited). Business name will be the name of the tenant. Important: Check the box to agree to the terms of the End User License Agreement.
      5
    6. A second permissions screen will appear, notifying you of the permissions that Clobba needs to function. Click "Give Consent."
    7. Select user to grant permissions.
      7
    8. Next screen will show information about which permissions will be needed.
      8
    9. After clicking Accept, you will be taken to the sync screen.
      1. For data sync and collection on the entire organization without a subset - click on the Sync entire organization and then hit Import entire organization button. 
      2. For data sync and collection on a specific subset resource - Click on the Sync specific resources, provide the group that contains the specific agent's subset and click on Import specific resources button.

      9
    10. The importing of your company data will begin which can take up to 24 hours depending on tenant size. 

    Call Queues - Azure Function Application Deployment Guide 

    1. Ensure Call Queues module is enabled.
    2. Clobba Flex requires some Azure Functions to be deployed into the customer's Azure account to get the Calls in Queue or to get the list of resource accounts (Queues and Auto Attendants). The communication between the Azure Functions and Clobba Flex is done using HMAC authentication.
      a2
    3. On User login, if CQ module is enabled a notification is displayed informing the user that Azure functions need to be deployed.
    4. Click on the notification and you will be redirected to the Setup page.
      a4
    5. Click on "Deploy to Azure" button. a5
    6. When this button is pressed, the Azure Portal will be opened in a new tab, with a link to the Azure Functions deployment template (Json file). 
    7. All the parameters are prepopoulated (example on next page) and the HMAC keys are embedded in the deployment template (Json file). 

    Note: This template deploys a Function Application with a "Flex Consumption" hosting plan. This hosting plan is supported only in the following regions: Australia East, East Asia, East US 1 & 2, North Europe, South Central US, Southeast Asia, Sweden Central, UK South, West US 2 & 3. 

    a7

    Permissions

    8. After the function is deployed, it will still not work because it requires Teams Communications Administrator Azure AD role.

    9. We can assign Teams Communications Administrator role to the Service Principal ID (Function's system managed identity) by calling Microsoft Graph.

    10. Click on "Give permissions" button to finalize the setup.