How to authenticate the app with a super admin user in order to receive voicemail event notification for other users than oneself(Webhook Subscription)?
How to authenticate the app with a super admin user in order to receive voicemail event notification for other users than oneself(Webhook Subscription)?
You can authenticate your app with a super admin user, read your account extensions to detect the extension id of each extension you want to get a voicemail notification. Then subscribe for the voicemail event notification as shown below:
var eventFilters = [ '/restapi/v1.0/account/~/extension/{extensionId_1}/voicemail', // e.g. 101 '/restapi/v1.0/account/~/extension/{extensionId_2}/voicemail', // e.g. 102 '/restapi/v1.0/account/~/extension/{extensionId_n}/voicemail', // e.g. n ]
For this, you can do a little self-study from this dev guide and get back to me if you have specific questions.
Hi @Phong Vu ,
I have authenticated app using JWT auth((https://developers.ringcentral.com/guide/authentication/jwt-flow)
Voicemail Webhook is sent for all extension except Queue calls extension.
Can you guide me here?
Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.
Download RingCentral Phone for Desktop:
Tip: switch to the "sandbox mode" before logging in the app:
7 People are following this question.