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
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.