Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

File metadata and controls

19 lines (14 loc) · 1.17 KB

# FaxSendRequest

Properties

Name Type Description Notes
recipient*required string Recipient of the fax Can be a phone number in E.164 format or email address
sender string Fax Send From Sender (used only with fax number)
files Array<RequestFile> Use files[] to indicate the uploaded file(s) to fax

This endpoint requires either files or file_urls[], but not both.
fileUrls Array<string> Use file_urls[] to have Dropbox Fax download the file(s) to fax

This endpoint requires either files or file_urls[], but not both.
testMode boolean API Test Mode Setting [default to false]
coverPageTo string Fax cover page recipient information
coverPageFrom string Fax cover page sender information
coverPageMessage string Fax Cover Page Message
title string Fax Title

[Back to Model list] [Back to API list] [Back to README]