Skip to main content

Hello,

We are using a ring central call service with a webhook subscription. At present, we are getting different types of call log notifications through webhook subscriptions (No Call / Ringing / CallConnected). When any incoming call activity occurs, we are getting call log details through notification from ring central using webhook. Now We would like to get "Missed Call" log details through a webhook subscription.

Is there any way to get a "Missed Call" push notification from ring central to webhook?


Regards,

Keyur

Use the telephony event notification filter with the missedCall parameter

/restapi/v1.0/account/{accountId}/extension/{extensionId}/telephony/sessions?missedCall=true



Reply