Email piping feature?

Hey bubblers,

I’m working on building a new app for my business. It’s a project management app with Trello like kanban interface.

I was able to send emails notifications using Sendgrid plugin, but I’m stuck at the email piping part.

Is there a way where one can respond to an email notification sent via sendgrid, and that response will be automatically added in the bubble.is database along with any attachments?

Basically, I don’t want to make “logging into the app” mandatory for my users to communicate, they can just respond via email and their replies will be recorded in my bubble app too.

Any ideas?

Thank you in advance :slight_smile:

1 Like

You can try using Zapier Email Parser to receive the emails and extract the data you want and Zapier Webhooks to push the data to the Bubble database. I successfully implemented this workflow a few months ago.