This is a very simple app designed to be a turn-key Heroku deployment that will receive email webooks from SendGrid's Parse Incoming API and upload all attachments from the email to a configured S3 bucket.
- Heroku account
- Amazon S3 account & access credentials
- SendGrid account
- Have your S3 credentials handy
- Fill in the config fields for S3 credentials and the bucket + path to upload your files to
- Click deploy button and your app should be up & running. Make note of your new app's URL.
- Configure your Sendgrid account to send Parse webhooks to your new app's URL. (https://sendgrid.com/docs/API_Reference/Webhooks/parse.html)