0

I build an app in RoR which is on heroku. And I want to send a fax every time an order is taking place. What will be the best option for me? Thanks

user1666543
  • 665
  • 1
  • 10
  • 19
  • Welcome to Stack Overflow. Please improve your question by posting some [properly formatted](http://stackoverflow.com/editing-help) code you've applied to the problem, all **relevant** error messages exactly as they appear, and whatever samples you're testing against. Also, please include a properly-formatted sample of your **expected output** so folks understand the results you're trying to achieve. – Todd A. Jacobs Jan 24 '13 at 15:13

1 Answers1

2

You could use InterFAX or eFaxCorporate. I don't think any of these APIs come pre-integrated with Heroku though. The use of InterFAX from a Ruby environment is documented on this book.

Ismael Ghalimi
  • 3,515
  • 2
  • 22
  • 25