Fax
Create Fax Message
Creates and sends/re-sends a fax message. Re-send can be implemented if sending has failed. Fax attachment size (both single and total) is limited to 50Mb.
post/restapi/v1.0/account/{accountId}/extension/{extensionId}/fax
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
extensionIdstring required
Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)
Response
Fax message
Example response
{
"to": [
{
"phoneNumber": "+18661234567"
}
]
}