Question

Scheduling a fax

  • 13 June 2020
  • 1 reply
  • 943 views

Hi,

I am able to send out a faxing using python. However, I am just wondering if there is any way I can schedule a fax to be sent out without having to set up a task scheduler in python or windows.


Thank you,


Derek


1 reply

If you check the Fax API, there is a field called sendTime, something like following format:

  data '{"sendTime":"2020-06-16T22:00:00.000Z"}'

It is Timestamp to send fax at. If not specified (current or the past), the fax is sent immediately

API reference: https://developers.ringcentral.com/api-reference/Fax/createFaxMessage


Reply