Questions tagged [interfax]

Anything related to developing with the InterFAX fax API.

InterFAX is a business-oriented internet fax service, enabling fax transmission and reception via email or API. Compliant with PCI-DSS Tier 1, HIPAA, ISO 27001, GDPR.

Developer docs are available at https://www.interfax.net/en/dev. Code samples are available on Github at https://github.com/interfax.

12 questions
18
votes
4 answers

How can I send a fax for a pdf from a Windows Service using FAXCOMEXLib?

I've seen this question asked before, but I have not seen any definite answers, and definitely not any answers that solve my problem. I created a windows service to send faxes (semi-automatically) using the FAXCOMEXLib library. So far, my service…
Matt Spinks
  • 6,380
  • 3
  • 28
  • 47
2
votes
1 answer

how to set default proxy with .NET core 3.1 for HTTP client for any request?

I am using interfax.api dll to send faxes to users. how I can add proxy server configurations to send the fax to users. actually I want to enable proxy server settings in .net core. what is best way to do it?
Ali Hussain
  • 765
  • 8
  • 27
1
vote
1 answer

How to solve InterFAX python library 400 error?

I've been working on a django project that needs to send faxes. For sending faxes I am using interfax python library. To generate pdf from html, I am using xhtml2pdf. I wrote like below, and it didn't work and threw an error. I don't know what to do…
user15256253
1
vote
1 answer

How can I send fax using Express.js

I found interfax in the npm. But not sure is it that I need. Can someone help me to find a right way for sending faxes using node+express?
0
votes
0 answers

What is 'request content area'?

I was reading interfax API doc and found these lines of explanation on uploading chunks to an existing document upload session. The request content area holds the chunk being uploaded. I'm using requests library for this, and I'm wondering what…
user15256253
0
votes
1 answer

Can we use external css links while sending fax using html through c# code?

I want to send fax using the external css file in html instead of direct inline css for styling. my question is that is this possible or not?
Ali Hussain
  • 765
  • 8
  • 27
0
votes
0 answers

How do I properly decode FaxJobStatus in FAXCOMEXLib?

I created a fax job interface for my web app using FAXCOMEXLib. The faxing mechanism is working and sending faxes properly. I am attempting to set up some logging of the fax status, and I am using listeners, as defined in the docs: public…
Matt Spinks
  • 6,380
  • 3
  • 28
  • 47
0
votes
2 answers

Need to send fax without much delay

I am new and I have no much knowledge about fax processing. But, As We are using interfax service for sending fax that is working fine if we send one fax at a time there is not much delay/failure in this type of case, but our requirement is to send…
0
votes
1 answer

Java based configuration for Fax Inbound/Outbound for Interfax API using Spring Integration, HTTP outbound gateway with basic authorization

We are trying to implement the Fax Inbound/Outbound messaging using the Spring Integration gateways using the Java based configuration with Interfax API. The rest services are : outbound : https://rest.interfax.net/outbound/faxes Inbound:…
0
votes
1 answer

wordpress woocommerce interfax sends fax with a missing field

I am not a php programmer, and it takes me forever to figure out why. So hopefully SO could help me out. Basically, I installed a woocommerce plugin called interfax-woocommerce, which is used to send order completion email to fax number. On the…
John Li
  • 43
  • 6
0
votes
1 answer

create listener to http post request in asp.net mvc 4

I have to receive 'call back' from interfax API. When a user (having account) on interfax receives a fax, it gives a call back to the account holder on a specified URL that must be able to receive Http Post request. The guidance is here Accepting…
Lali
  • 2,816
  • 4
  • 30
  • 47
0
votes
2 answers

Interfax developer account configuration for multiple recipients

I want to configure an interfax account for sending and receiving faxes. Can anyone tell me how to send/receive a test fax? I know about the .sendFax() and .GetList() methods, but how do I send fax to myself (in test account)?
Lali
  • 2,816
  • 4
  • 30
  • 47