Html email builder

Has anyone built an email builder that outputs HTML so end users can send nice looking emails without code?

Similar to mailchimp email builder or similar.

I’m curious to see something bubble built in action.

3 Likes

bumping this one…

Nope, but this is a cool thought. I know you can use CoPilot’s Sendgrid plugin to send dynamic templates but it would be cool to build an HTML email on bubble. If you find a solution hit me up!

Just use API connector to create Sendgrid api v3 (https://api.sendgrid.com/v3/mail/send)
and set content-type is text/html

2 Likes

Those are pre made templates, not ones our users create on the fly like mailchimp

1 Like

If you have pre made templates on sendgrid then use below API methods to send those,
https://sendgrid.com/docs/API_Reference/Web_API_v3/Transactional_Templates/templates.html

If you want html builder for prepare the email content then, use HTML editor’s. and use the Sendgrid Api V# for sent the html content.

there are more available plugins for html editor’s at https://bubble.io/plugins?q=editor

I came across this threat when I had this issue too, finally figured it out though. In case it’s helpful for anyone else, here’s a summary of what I did

Hey @mateod.kaiser I appreciate you sharing your tips! This thread is 4 yrs old. I actually built out a solution for this with all of the email send functions & builder than can be implanted into your app! Feel free to check it out

1 Like

Thanks Chris! I considered your plugin, it looks like a great all-in-one tool.