Your total unread voicemails counts can be found using this API (/api/v2/voicemail/groups/{groupId}/mailbox). Input your groupID, and you'll get a response with unreadCount.
Your response should look something like this:
{
"usageSizeBytes": 0,
"totalCount": 0,
"unreadCount": 0,
"deletedCount": 0 }
------------------------------
Vishwa Mudigonda
Genesys - Employees
------------------------------
Original Message:
Sent: 09-13-2024 11:55
From: Praveen Kumar
Subject: Count of unread voice mails in a voice mail group
Hi,
is there a way to create a data action that will give us the list/count of unread voice mails in a group. This API "/api/v2/voicemail/groups/{groupId}/messages" doesn't seem to work as this is scoped to a user and can't be used with client credentials. Any suggestions or workaround to get the list/count of unread voicemails.
Thank You!
#API/Integrations
------------------------------
Praveen Kumar
HCL America Inc.
------------------------------