How I setup Sendgrid Inbound Parse

do you know how I can get attachments into bubble?

Did you manage to find a way to put the attachments in the db?

Hey, all just chiming in here. I managed to get SendGrid inbound parse to create files in Bubble but had to use Zapier to do a workaround with the multipart/form-data.

Sendgrid > Zapier > Bubble > Backend Workflow

Here’s the relevant screenshots:

First: SendGrid posts to Zapier, and then Zapier checks how many attachments the email has. (I wasn’t able to get this to work with more than 1 attachment)

Second: Zapier posts the data to an API in bubble

Third: In the Bubble backend workflow save the file to S3

And voila!

Please let me know if you can get more than one attachment to work.

PS don’t use the Zapier field for Files shown here, you’ll be passing multipart/form-data which Bubble cannot support.