Is it possible to send values to input fields in Bubble lists via email? Much like you can email to Onenote/Evernote by using a specific email address and add the ‘thing’ in the subject?
Would that perhaps be a workaround? having a onenote/evernote connection feeding into Bubble?
I tried the email parser, but the Bubble app doesnt seem available for that. Is it because of beta?
Hey, I believe the easiest way to do this would be using mailparser.io and using their functionality to send data to a webhook. You would then use the Bubble API to set up a webhook that would receive the mailparser data and store it in your database appropriately (and do whatever else that’s needed).
with a webhook, aha. Thanks. I’ll have a closer look when i get to working on that stuff again and report back.
In general I think a (web)app is great, but email is still such a vital part of communcation with customers that finding ways to integrate email with an app is really worth looking into in my opinion.
Replace those with your app name and API workflow (you will need to turn on the API function in the settings, and I would not recommend running without authentication !) and point Zapier’s webhook at that URL.
Thanks. now I can get the all my email data, what should I do to display these emails in my app. In your last answer to vincent56, by saying Create a thing you mean? create things in which step and where?