Hi,
I am working on a backend system which will listen to IVR call notifications and trigger some event based on that notification.
Basically, I want to receive a notification from RingCentral to my system whenever a user calls a particular IVR number.
I was able to find notification type detailing the notification data structure : https://developer.ringcentral.com/api-docs/latest/index.html#!#RefGetAccountPresenceEvent
But I am not sure where I can configure the IVR number, and the endpoint which will receive notification when that number is called. Or, is there any other such mechanism by which I can receive notifications on IVR number being called.
I have gone through API documentation and I have not been able to find it. Please point me to it.
Thanks,
Anshul