Forum Discussion
rk239911
3 years agoFrequent Visitor
Integrating Intercom ChatBot into PowerBI
Is there a way to integrate Intercom ChatBot into PowerBI? Not sure if the API and token are needed? I was trying a work-around by using ChatBot -> Python and then hopefully migrating that to PowerB...
lbendlin
3 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
rk239911
3 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.