Microsoft Power BI + Webex Contact Center (GraphQL Search sample)
Expose WxCC GraphQL Search results to Microsoft Power BI via a Spring Boot connector endpoint
Microsoft Power BI + Webex Contact Center (GraphQL Search sample)
Microsoft Power BI + Webex Contact Center (GraphQL Search sample)
Expose WxCC GraphQL Search results to Microsoft Power BI via a Spring Boot connector endpoint
Use this Playbook to run the official Spring Boot sample that turns Webex Contact Center (WxCC) GraphQL Search queries into HTTP responses you can consume from Microsoft Power BI or similar reporting tools. You register a Webex integration, sign in once through the browser, then point a web data connector at localhost.
The code demonstrates OAuth against Webex, posting GraphQL to the WxCC Search API, and exporting task-oriented results as JSON or CSV. It is sample-grade: tokens stay in memory, and nested GraphQL responses may need custom flattening for your dashboards.