node-phaxio
node-phaxio copied to clipboard
Send faxes with Node.js and the Phaxio API
Results
2
node-phaxio issues
Sort by
recently updated
recently updated
newest added
Hello, It would be great to support tags as the php version does See: https://github.com/phaxio/phaxio-php/blob/32452c819e4553d64a6e52e9a7932d7a46e8a1d3/lib/Phaxio/Phaxio.php#L89 I tried hard-coding the tag as such and it works ```javascript { 'tag[name]': "value" }...
Currently the way we use `request` creates the multipart message and then sends it off. This requires us to build the message in memory before sending. Large faxes (many page...
bug