Skip to content

rootinc/email-attachments-to-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Attachments to S3

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.

Prerequisites:

  • Heroku account
  • Amazon S3 account & access credentials
  • SendGrid account

Getting Started:

  1. Have your S3 credentials handy
  2. Deploy
  3. Fill in the config fields for S3 credentials and the bucket + path to upload your files to
  4. Click deploy button and your app should be up & running. Make note of your new app's URL.
  5. Configure your Sendgrid account to send Parse webhooks to your new app's URL. (https://sendgrid.com/docs/API_Reference/Webhooks/parse.html)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%