Question

Is it possible for a voicemail to have multiple recipients?

  • 19 March 2021
  • 1 reply
  • 247 views

This question pertains to a voicemail archiving programming I am writing in the API.


When sending requests to the Message Store through the API, the response has an array called "to" that contains information about recipients. Clearly this is required for SMS as an SMS message can have multiple recipients. I, however, am using this API call to get voicemails. Assuming a voicemail can only have one recipient, then the "to" array would only ever have one element. Is this safe to assume?


1 reply

Userlevel 1

The "to" is an array but there will be only 1 number for voicemail message.

Reply