question

Nhuong Le avatar image
Nhuong Le asked Anirban Sen Chowdhary edited

Scheduling a fax

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

scheduling a fax to be sent out
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered Anirban Sen Chowdhary edited

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


1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.