Sign in

Send Fax

documented

Submit a fax for sending from an extension number.

POST /restapi/v1.0/account/~/extension/~/faxFaxno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://platform.ringcentral.com/restapi/v1.0/account/~/extension/~/fax" \
  -X POST \
  -F 'json={"to":[{"phoneNumber":"{{$recipient}}"}],"faxResolution":"{{$faxResolution}}","coverPageText":"{{$coverPageText}}","sendTime":"{{$sendTime}}"};type=application/json' \
  -F 'attachment=@{{$attachmentPath}};filename={{$attachmentFilename}};type=application/octet-stream' \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Send Fax · RingCentral · OpenIntegrations