Skip to main content

Hello,

Is there any way to get all the call records with their ring sense summary/bulleted summary for all extensions at once? 

Right now, i am doing in many steps, 

  1. get accounts
  2. check account ring sense permission
  3. for every ringsense accounts, get hourly records 
  4. for every call record check if it was one of connect, answered elsewhere or accepted, if so, try its ringSense record, to see if it has summary/bullet summary 

this way it works but too many API calls, so it times out for too many calls at once. 

is there any cleaner way to just get the calls details with its along with its summary for all calls made today or this hours etc? we need it to maintain over daily catalogue and update our customers that how recent they were contacted and what was the out come. 

Thanks
 

The most efficient way to get RingSense insights for recorded calls is to use the push notification frameworks. RingSense event notifications will notify your app (via Webhook or WebSocket) when there is a new call recorded with RS insights. One subscription is enough to get RS events for multiple users with the RS license.

Check out this dev guide at the “RingSense event notification” section.


this could work, recieve a notification on an api end, and save the telephony session id and summary from, it later or right away call the system and get other call details including number using another call-log request using telephony session id. 

 

thanks.


Reply