Skip to main content

As it is mention in the Message Attributes in the following link,

https://developers.ringcentral.com/guide/messaging/message-store/messaging

Can we get fax message Delivered and DeliveryFailed attribute in case of Fax.

We need to know that , delivery of fax has been done or not?

Yes you can. According to the messageStatus description. https://developers.ringcentral.com/api-reference/Message-Store/readMessage

Message status. Different message types may have different allowed status values. For outbound faxes the aggregated message status is returned: If status for at least one recipient is 'Queued', then 'Queued' value is returned If status for at least one recipient is 'SendingFailed', then 'SendingFailed' value is returned In other cases Sent status is returned


Reply