Voicemail connector initialization.
Retrieves a list of voicemails with optional pagination and sorting options.
Number of records to skip.
The limit on the number of voicemails to retrieve from the offset.
Sort voicemail list (ASC | DESC).
Optional
refresh: booleanSet to true
to force a refresh of voicemail data from backend (optional).
Retrieves the content of a voicemail message based on its messageId.
The identifier of the voicemail message.
Retrieves a quantitative summary of voicemails for a user.
Fetch voicemail read message status for the messageId.
string result from the voicemail list.
Fetch voicemail unread status for the messageId.
string result from the voicemail list.
Fetch voicemail delete status for the messageId.
string result from the voicemail list.
Fetch the voicemail transcripts for the messageId.
MessageId for which we need the transcript.
The
Voicemail
module is designed to simplify voicemail-related operations by offering a set of APIs.The following code snippet demonstrates how to create an instance of
Voicemail
using awebex
instance and a logger:Example: