You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfax = InterFAX(username="username", password="password")
fax = interfax.outbound.deliver(fax_number="+1xxxxxxxxxx", files=['test.pdf'])
fax = fax.reload() # resync with API to get latest status
fax.status # Success if 0. Pending if 0
where the x's represent the fax number
The text was updated successfully, but these errors were encountered:
Trying to send out a test fax and receiving this error.
An exception occurred: 400 Client Error: Bad Request for url: https://rest.interfax.net/outbound/faxes?faxNumber=%2B1xxxxxxxxxx
where the x's represent the fax number
The text was updated successfully, but these errors were encountered: