Hi Intercom Support,
I'm building a Slack bot to pull metrics from Intercom. I need to access the Fin AI Resolution Rate and conversation stats that appear in the Reports dashboard.
Questions:
1. Is there an API endpoint that provides the same metrics shown in Reports (AI resolution rate, conversation counts)?
2. How can I identify which conversations were resolved by Fin AI via the API?
3. Should I use the Data Export API or Conversations Search API for accurate reporting data?
Current Issue:
Metrics I calculate from the Conversations API don't match the dashboard. For example, my calculation shows 84% AI resolution but the dashboard shows 62%. (same issue happens with other stats as well)
What do you think the best way is to programmatically access these report metrics?
Thanks
(The goal is to build an AI agent—a Slack bot app that connects with Intercom. When I ask in Slack, it responds correctly with proper reporting and provides AI insights - Reporting SHOULD BE ACCURATE.)