Microsoft Power BI + Webex Contact Center (GraphQL Search sample)
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.
Preview listing
This App Hub entry was published from an open pull request. Review the change.
Support
Third-Party Tool
Microsoft Power BI
Estimated Implementation Time
2-4 hours
Categories
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.
Preview listing
This App Hub entry was published from an open pull request. Review the change.