Start a new topic
Answered

API integration to Power BI

Is it possible to have API integration connect to Power BI? I want to build a dashboard based on call history,waiting call etc using Microsoft power Bi is it possible?

Best Answer

Hi,


Yes, you can get all our API calls that's currently public on the following link:


https://apidocs.euphoria.co.za/


Please look at the API call: Queues>GetRealtimeQueueSummaries


The following API call is currently not on there yet but it can also be used: 


<?xml version="1.0" encoding="UTF-8"?>

<XML>

    <Tenant>

        <Name>Your Tenant Name</Name>

        <Auth>Your-Auth-Key-goes-here</Auth>

    </Tenant>

    <ActionName>GetQueueAnalyticsSummary</ActionName>

    <startDate>2021-11-01</startDate>

    <endDate>2021-11-02</endDate>

    <QueueName>QueueTestName</QueueName>

</XML>


Please have a look and let me know should you still have any issues.


Thank you


Hi Rolivhuwa,


We currently don't have any official integration with PowerBi, but we do offer API calls to get information such as call history etc. You are more than welcome to see if you can build in the integration with PowerBi and we can assist with the public API calls that we have available.


Thank you.

Hi Divan 


Is it possible that you might have an API for IT Hotline calls history, where I view total calls, unanswered,answered calls/ Inbound Service Level – Answer Times/Abandon Times.


is it possible that you can provide me with those Public APIs I want to see what kind of data can I get.

Answer

Hi,


Yes, you can get all our API calls that's currently public on the following link:


https://apidocs.euphoria.co.za/


Please look at the API call: Queues>GetRealtimeQueueSummaries


The following API call is currently not on there yet but it can also be used: 


<?xml version="1.0" encoding="UTF-8"?>

<XML>

    <Tenant>

        <Name>Your Tenant Name</Name>

        <Auth>Your-Auth-Key-goes-here</Auth>

    </Tenant>

    <ActionName>GetQueueAnalyticsSummary</ActionName>

    <startDate>2021-11-01</startDate>

    <endDate>2021-11-02</endDate>

    <QueueName>QueueTestName</QueueName>

</XML>


Please have a look and let me know should you still have any issues.


Thank you

Login or Signup to post a comment