Forum Discussion
Integrating Intercom ChatBot into PowerBI
I would think that the API is the most promising way to do that. Have you tried it?
So I attempted integrating intercom using the APIs by using the Get data > From Web. but was getting errors because of the credintials needed. I couldn't find an easy way to connect the 2 platforms directly. That being said! What ended up working for me is using python to export the json file and integrating that file into Power BI
there certaintly could be a more optimal solution.. I just didn't have any luck with alternatives
- lbendlin3 years agoSuper User
How do you acquire your token? Via another API call?
You should be able to get this done in Power Query via a regular GET call to Web.Contents - PowerQuery M | Microsoft Learn
- rk2399113 years agoFrequent Visitor
Token was aquired via developers.intercom
https://developers.intercom.com/building-apps/docs/authentication-types
but I did not try via Power Query - that may be another option.