RingCentral · Arazzo Workflow
RingCentral Send a Fax and Retrieve the Sent Document
Version 1.0.0
Send a fax with an attachment, poll the message store until it is delivered, and download the transmitted document.
Provider
Workflows
send-fax-confirm-delivery
Send a fax, confirm transmission, and archive the sent document.
Creates an outbound fax with an attached document, polls the message store for the transmission result, and downloads the stored fax content once the fax has been sent so it can be retained as proof of delivery.
1
sendFax
createFaxMessage
Create the outbound fax. The attachment and cover page fields are submitted as multipart/form-data, which is the only content type this operation accepts.
2
checkFaxStatus
readMessage
Read the fax back from the message store to inspect the aggregated transmission status. Repeat this step while the fax is still queued.
3
downloadFaxContent
readMessageContent
Download the transmitted fax document from the message store so it can be archived alongside the transmission record.