The InboxFever API Overview
Quick and Simple
InboxFerver provides a webhook based API for adding email functionality to your web application. All emails sent to the app's InboxFever address are converted to a JSON object and POSTed to a URL of your choice. The emails can easily be responded to in the response to the POST or emails can be sent from an app at anytime using the API over https.
Features
- Email messages sent to your app address are POSTed to an endpoint (URL) of your choosing.
- Response emails can be sent back in the response
- Emails can originate directly from the app over https.
- Messages are encapsulated in a simple JSON format
- Attachments are stripped out and the URLs to these files are passed in a list
- Email Events such as creation, delivery, opens, clicks, and errors can be routed to an optional feedback endpoint (URL)
- Sent and received messages can be searched and accessed in storage
- A python library is available now, more to come soon.
Tutorials on Github
- Creating a quick app in python (coming soon)
- Responding to email (coming soon)
- Sending email (coming soon)
- Retrieving Messages (coming soon)
Libraries on Github
- Python Library
- JavaScript Library (coming soon)
- PHP Library (coming soon)
- Ruby Library (coming soon)
InboxFever documentation is a work in progress. If you run into any problems or have any questions about the API or documentation do not hesitate to email info@inboxfever.com. We are always happy to help get things working!
