Any Snail Mail APIs Recommendations? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI'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!
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)
I just found Postal Methods API. I haven't really seen any others.
精彩评论