Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Snail Mail APIs Recommendations? [closed]

Tags:

api

I'm building a web application and i want to send Snail Mail automatically by server side, Is there any good APIs for that? ( i don't mind about the cost )

P.S. I'll hate you if you say it's not programming related, and i bet many coders here would love to know.

Thanks!

like image 824
CodeOverload Avatar asked Nov 23 '10 23:11

CodeOverload


1 Answers

Here's a list of mailing services I found with APIs, or something close to it

  • https://click2mail.com/ (REST and SOAP)
  • http://www.postalmethods.com/ (SOAP)
  • http://l-mail.com/ has an 'integration' account. It is not clear how automatable sending a letter is.
  • http://www.cfhdocmail.com/ (SOAP)
  • http://www.ezgram.com/ has an HTML based interface you might be able to reverse engineer
  • https://www.trypaper.com/ (REST)
  • https://www.lob.com/ (REST)
like image 134
mooreds Avatar answered Oct 13 '22 19:10

mooreds