Skip to content

Insights API

Romain Monteil edited this page Mar 19, 2017 · 3 revisions

Insights API

To get daily unique active thread counts

$threads = $messenger->insights()->threads();

To get daily unique conversation counts broken down by user feedback actions

$feedback = $messenger->insights()->feedback();
Clone this wiki locally