shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
964 stars 31 forks source link

Loops API support #203

Open vixeven opened 3 weeks ago

vixeven commented 3 weeks ago

Documentation Is:

Please Explain

In README.md (Service Integration) it says that it supports Loops API for sending emails. There is no Loops example in Email Providers.

But in Loops > Transactional email > Guide it says that transaction emails must be include transactionalId (email template create with-in Loops). There is no html property in the API request.

Also, from Loops > Integrations > Supabase:

Loops SMTP integrations work a bit differently than most. Instead of sending a text or HTML email body, you set them up to send API-like data.

Am I missing any details? Is jsx-email actually compatible with Loops?

shellscape commented 3 weeks ago

You can still use jsx-email to render your template to HTML, and that can be used to create the template in loops. That's what a company I work with presently does. So in that way, we're compatible with Loops.

(And I've been asking https://x.com/frantzfries for raw html support for the better part of two years in Loops.)